Html Css Color HEX #3C720E Bilbao

📋 copy color: '#3C720E'

red 60 ◦ green 114 ◦ blue 14

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

Shades of Bilbao #3C720E

Tints of Bilbao #3C720E

RGB

 RED value IS 60 (23.83% from 255) = 31.91%

 GREEN value IS 114 (44.92% from 255) = 60.64%

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 31.91%
G = 60.64%
B = 7.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#3C720E (or 0x3C720E) is known color: Bilbao. HEX triplet: 3C, 72 and 0E. RGB value is (60,114,14). Sum of RGB (Red+Green+Blue) = 60+114+14=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #3C720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C720E is #C38DF1. Grayscale: #565656. Windows color (decimal): -12815858 or 946748. OLE color: 946748.

HSL color Cylindrical-coordinate representation of color #3C720E: hue angle of 92.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C720E is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 114 14 -
CMYK 0.47 0 0.88 0.55
HSL 92.4º 0.78% 0.25% -
HSV(B) 92.4º 0.88% 0.45% -
XYZ 7.96 13.03 2.51 -
YUV 86.45 87.11 109.13 -
System Red Green Blue C M Y K H S L
Decimal 60 114 14 0.47 0 0.88 0.55 92.4 0.78 0.25
Hex 3C 72 E 2F 0 58 37 5C 4E 19
Octal 74 162 16 57 0 130 67 134 116 31
Binary 111100 1110010 1110 101111 0 1011000 110111 1011100 1001110 11001

Color Harmonies of #3C720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C720E

Black with #3C720E

Text Example


Text Example

White with #3C720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C720E; }

 p { color: rgb(60,114,14); }

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

background-color css

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

 a { background-color: rgb(60,114,14); }

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

border-color css

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

 span { border-color: rgb(60,114,14); }

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