Html Css Color HEX #3E7813 Bilbao

📋 copy color: '#3E7813'

red 62 ◦ green 120 ◦ blue 19

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

Shades of Bilbao #3E7813

Tints of Bilbao #3E7813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.7%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 30.85%
G = 59.7%
B = 9.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#3E7813 (or 0x3E7813) is known color: Bilbao. HEX triplet: 3E, 78 and 13. RGB value is (62,120,19). Sum of RGB (Red+Green+Blue) = 62+120+19=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7813 is #C187EC. Grayscale: #5B5B5B. Windows color (decimal): -12683245 or 1275966. OLE color: 1275966.

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

Color convert

RGB 62 120 19 -
CMYK 0.48 0 0.84 0.53
HSL 94.46º 0.73% 0.27% -
HSV(B) 94.46º 0.84% 0.47% -
XYZ 8.82 14.5 2.95 -
YUV 91.14 87.28 107.21 -
System Red Green Blue C M Y K H S L
Decimal 62 120 19 0.48 0 0.84 0.53 94.46 0.73 0.27
Hex 3E 78 13 30 0 54 35 5E 49 1B
Octal 76 170 23 60 0 124 65 136 111 33
Binary 111110 1111000 10011 110000 0 1010100 110101 1011110 1001001 11011

Color Harmonies of #3E7813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7813

Black with #3E7813

Text Example


Text Example

White with #3E7813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,120,19); }

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

background-color css

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

 a { background-color: rgb(62,120,19); }

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

border-color css

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

 span { border-color: rgb(62,120,19); }

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