Html Css Color HEX #369002 Bilbao

📋 copy color: '#369002'

red 54 ◦ green 144 ◦ blue 2

#369002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #369002

Tints of Bilbao #369002

RGB

 RED value IS 54 (21.48% from 255) = 27%

 GREEN value IS 144 (56.64% from 255) = 72%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 27%
G = 72%
B = 1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#369002 (or 0x369002) is known color: Bilbao. HEX triplet: 36, 90 and 02. RGB value is (54,144,2). Sum of RGB (Red+Green+Blue) = 54+144+2=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #369002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369002 is #C96FFD. Grayscale: #656565. Windows color (decimal): -13201406 or 167990. OLE color: 167990.

HSL color Cylindrical-coordinate representation of color #369002: hue angle of 98.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #369002 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 2 -
CMYK 0.63 0 0.99 0.44
HSL 98.03º 0.97% 0.29% -
HSV(B) 98.03º 0.99% 0.56% -
XYZ 11.51 20.74 3.45 -
YUV 100.9 72.18 94.55 -
System Red Green Blue C M Y K H S L
Decimal 54 144 2 0.63 0 0.99 0.44 98.03 0.97 0.29
Hex 36 90 2 3F 0 63 2C 62 61 1D
Octal 66 220 2 77 0 143 54 142 141 35
Binary 110110 10010000 10 111111 0 1100011 101100 1100010 1100001 11101

Color Harmonies of #369002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369002

Black with #369002

Text Example


Text Example

White with #369002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369002; }

 p { color: rgb(54,144,2); }

 H1.HeaderClassName
 {
   color: #369002;
 }
 .AnyTagClassName
 {
   color: #369002;
 }
</style>

background-color css

<style>
 a { background-color: #369002; }

 a { background-color: rgb(54,144,2); }

 div.DivClassName
 {
   background-color: #369002;
 }
 .BgClassName
 {
   background-color: #369002;
 }
</style>

border-color css

<style>
 span { border-color: #369002; }

 span { border-color: rgb(54,144,2); }

 td.TdClassName
 {
   border-color: #369002;
 }
 .TagClassName
 {
   border-color: #369002;
 }
</style>