Html Css Color HEX #3E7714 Bilbao

📋 copy color: '#3E7714'

red 62 ◦ green 119 ◦ blue 20

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

Shades of Bilbao #3E7714

Tints of Bilbao #3E7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.2%

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 30.85%
G = 59.2%
B = 9.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#3E7714 (or 0x3E7714) is known color: Bilbao. HEX triplet: 3E, 77 and 14. RGB value is (62,119,20). Sum of RGB (Red+Green+Blue) = 62+119+20=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7714 is #C188EB. Grayscale: #5B5B5B. Windows color (decimal): -12683500 or 1341246. OLE color: 1341246.

HSL color Cylindrical-coordinate representation of color #3E7714: hue angle of 94.55º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E7714 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 119 20 -
CMYK 0.48 0 0.83 0.53
HSL 94.55º 0.71% 0.27% -
HSV(B) 94.55º 0.83% 0.47% -
XYZ 8.71 14.27 2.96 -
YUV 90.67 88.12 107.55 -
System Red Green Blue C M Y K H S L
Decimal 62 119 20 0.48 0 0.83 0.53 94.55 0.71 0.27
Hex 3E 77 14 30 0 53 35 5F 47 1B
Octal 76 167 24 60 0 123 65 137 107 33
Binary 111110 1110111 10100 110000 0 1010011 110101 1011111 1000111 11011

Color Harmonies of #3E7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7714

Black with #3E7714

Text Example


Text Example

White with #3E7714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,119,20); }

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

background-color css

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

 a { background-color: rgb(62,119,20); }

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

border-color css

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

 span { border-color: rgb(62,119,20); }

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