Html Css Color HEX #3E7428 Bilbao

📋 copy color: '#3E7428'

red 62 ◦ green 116 ◦ blue 40

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

Shades of Bilbao #3E7428

Tints of Bilbao #3E7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.21%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 28.44%
G = 53.21%
B = 18.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#3E7428 (or 0x3E7428) is known color: Bilbao. HEX triplet: 3E, 74 and 28. RGB value is (62,116,40). Sum of RGB (Red+Green+Blue) = 62+116+40=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #3E7428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7428 is #C18BD7. Grayscale: #5B5B5B. Windows color (decimal): -12684248 or 2651198. OLE color: 2651198.

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

Color convert

RGB 62 116 40 -
CMYK 0.47 0 0.66 0.55
HSL 102.63º 0.49% 0.31% -
HSV(B) 102.63º 0.66% 0.45% -
XYZ 8.62 13.67 4.19 -
YUV 91.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 62 116 40 0.47 0 0.66 0.55 102.63 0.49 0.31
Hex 3E 74 28 2F 0 42 37 67 31 1F
Octal 76 164 50 57 0 102 67 147 61 37
Binary 111110 1110100 101000 101111 0 1000010 110111 1100111 110001 11111

Color Harmonies of #3E7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7428

Black with #3E7428

Text Example


Text Example

White with #3E7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,116,40); }

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

background-color css

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

 a { background-color: rgb(62,116,40); }

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

border-color css

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

 span { border-color: rgb(62,116,40); }

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