Html Css Color HEX #35740C Bilbao

📋 copy color: '#35740C'

red 53 ◦ green 116 ◦ blue 12

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

Shades of Bilbao #35740C

Tints of Bilbao #35740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 29.28%
G = 64.09%
B = 6.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#35740C (or 0x35740C) is known color: Bilbao. HEX triplet: 35, 74 and 0C. RGB value is (53,116,12). Sum of RGB (Red+Green+Blue) = 53+116+12=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #35740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35740C is #CA8BF3. Grayscale: #555555. Windows color (decimal): -13274100 or 816181. OLE color: 816181.

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

Color convert

RGB 53 116 12 -
CMYK 0.54 0 0.90 0.55
HSL 96.35º 0.81% 0.25% -
HSV(B) 96.35º 0.9% 0.45% -
XYZ 7.78 13.27 2.5 -
YUV 85.31 86.63 104.96 -
System Red Green Blue C M Y K H S L
Decimal 53 116 12 0.54 0 0.90 0.55 96.35 0.81 0.25
Hex 35 74 C 36 0 5A 37 60 51 19
Octal 65 164 14 66 0 132 67 140 121 31
Binary 110101 1110100 1100 110110 0 1011010 110111 1100000 1010001 11001

Color Harmonies of #35740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35740C

Black with #35740C

Text Example


Text Example

White with #35740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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