Html Css Color HEX #359009 Bilbao

📋 copy color: '#359009'

red 53 ◦ green 144 ◦ blue 9

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

Shades of Bilbao #359009

Tints of Bilbao #359009

RGB

 RED value IS 53 (21.09% from 255) = 25.73%

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

 BLUE value IS 9 (3.91% from 255) = 4.37%

R = 25.73%
G = 69.9%
B = 4.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#359009 (or 0x359009) is known color: Bilbao. HEX triplet: 35, 90 and 09. RGB value is (53,144,9). Sum of RGB (Red+Green+Blue) = 53+144+9=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 144 (56.64% from 255 or 69.90% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 144 - color contains mainly: green. Hex color #359009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359009 is #CA6FF6. Grayscale: #656565. Windows color (decimal): -13266935 or 626741. OLE color: 626741.

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

Color convert

RGB 53 144 9 -
CMYK 0.63 0 0.94 0.44
HSL 100.44º 0.88% 0.3% -
HSV(B) 100.44º 0.94% 0.56% -
XYZ 11.49 20.72 3.65 -
YUV 101.4 75.85 93.48 -
System Red Green Blue C M Y K H S L
Decimal 53 144 9 0.63 0 0.94 0.44 100.44 0.88 0.3
Hex 35 90 9 3F 0 5E 2C 64 58 1E
Octal 65 220 11 77 0 136 54 144 130 36
Binary 110101 10010000 1001 111111 0 1011110 101100 1100100 1011000 11110

Color Harmonies of #359009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359009

Black with #359009

Text Example


Text Example

White with #359009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359009; }

 p { color: rgb(53,144,9); }

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

background-color css

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

 a { background-color: rgb(53,144,9); }

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

border-color css

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

 span { border-color: rgb(53,144,9); }

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