Html Css Color HEX #3E7A12 Bilbao

📋 copy color: '#3E7A12'

red 62 ◦ green 122 ◦ blue 18

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

Shades of Bilbao #3E7A12

Tints of Bilbao #3E7A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 60.4%

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 30.69%
G = 60.4%
B = 8.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#3E7A12 (or 0x3E7A12) is known color: Bilbao. HEX triplet: 3E, 7A and 12. RGB value is (62,122,18). Sum of RGB (Red+Green+Blue) = 62+122+18=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7A12 is #C185ED. Grayscale: #5C5C5C. Windows color (decimal): -12682734 or 1210942. OLE color: 1210942.

HSL color Cylindrical-coordinate representation of color #3E7A12: hue angle of 94.62º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E7A12 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 122 18 -
CMYK 0.49 0 0.85 0.52
HSL 94.62º 0.74% 0.27% -
HSV(B) 94.62º 0.85% 0.48% -
XYZ 9.06 14.99 2.99 -
YUV 92.2 86.12 106.46 -
System Red Green Blue C M Y K H S L
Decimal 62 122 18 0.49 0 0.85 0.52 94.62 0.74 0.27
Hex 3E 7A 12 31 0 55 34 5F 4A 1B
Octal 76 172 22 61 0 125 64 137 112 33
Binary 111110 1111010 10010 110001 0 1010101 110100 1011111 1001010 11011

Color Harmonies of #3E7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7A12

Black with #3E7A12

Text Example


Text Example

White with #3E7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,122,18); }

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

background-color css

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

 a { background-color: rgb(62,122,18); }

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

border-color css

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

 span { border-color: rgb(62,122,18); }

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