Html Css Color HEX #3E720B Bilbao

📋 copy color: '#3E720B'

red 62 ◦ green 114 ◦ blue 11

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

Shades of Bilbao #3E720B

Tints of Bilbao #3E720B

RGB

 RED value IS 62 (24.61% from 255) = 33.16%

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

 BLUE value IS 11 (4.69% from 255) = 5.88%

R = 33.16%
G = 60.96%
B = 5.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#3E720B (or 0x3E720B) is known color: Bilbao. HEX triplet: 3E, 72 and 0B. RGB value is (62,114,11). Sum of RGB (Red+Green+Blue) = 62+114+11=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #3E720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E720B is #C18DF4. Grayscale: #575757. Windows color (decimal): -12684789 or 750142. OLE color: 750142.

HSL color Cylindrical-coordinate representation of color #3E720B: hue angle of 90.29º degrees, saturation: 0.82, 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 #3E720B is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 114 11 -
CMYK 0.46 0 0.90 0.55
HSL 90.29º 0.82% 0.25% -
HSV(B) 90.29º 0.9% 0.45% -
XYZ 8.06 13.08 2.42 -
YUV 86.71 85.27 110.38 -
System Red Green Blue C M Y K H S L
Decimal 62 114 11 0.46 0 0.90 0.55 90.29 0.82 0.25
Hex 3E 72 B 2E 0 5A 37 5A 52 19
Octal 76 162 13 56 0 132 67 132 122 31
Binary 111110 1110010 1011 101110 0 1011010 110111 1011010 1010010 11001

Color Harmonies of #3E720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E720B

Black with #3E720B

Text Example


Text Example

White with #3E720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,114,11); }

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

background-color css

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

 a { background-color: rgb(62,114,11); }

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

border-color css

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

 span { border-color: rgb(62,114,11); }

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