Html Css Color HEX #357409 Bilbao

📋 copy color: '#357409'

red 53 ◦ green 116 ◦ blue 9

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

Shades of Bilbao #357409

Tints of Bilbao #357409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 65.17%

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

R = 29.78%
G = 65.17%
B = 5.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#357409 (or 0x357409) is known color: Bilbao. HEX triplet: 35, 74 and 09. RGB value is (53,116,9). Sum of RGB (Red+Green+Blue) = 53+116+9=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #357409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357409 is #CA8BF6. Grayscale: #555555. Windows color (decimal): -13274103 or 619573. OLE color: 619573.

HSL color Cylindrical-coordinate representation of color #357409: hue angle of 95.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #357409 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 9 -
CMYK 0.54 0 0.92 0.55
HSL 95.33º 0.86% 0.25% -
HSV(B) 95.33º 0.92% 0.45% -
XYZ 7.76 13.27 2.41 -
YUV 84.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 53 116 9 0.54 0 0.92 0.55 95.33 0.86 0.25
Hex 35 74 9 36 0 5C 37 5F 56 19
Octal 65 164 11 66 0 134 67 137 126 31
Binary 110101 1110100 1001 110110 0 1011100 110111 1011111 1010110 11001

Color Harmonies of #357409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357409

Black with #357409

Text Example


Text Example

White with #357409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357409; }

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

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

background-color css

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

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

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

border-color css

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

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

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