Html Css Color HEX #3E840D Bilbao

📋 copy color: '#3E840D'

red 62 ◦ green 132 ◦ blue 13

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

Shades of Bilbao #3E840D

Tints of Bilbao #3E840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 63.77%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 29.95%
G = 63.77%
B = 6.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#3E840D (or 0x3E840D) is known color: Bilbao. HEX triplet: 3E, 84 and 0D. RGB value is (62,132,13). Sum of RGB (Red+Green+Blue) = 62+132+13=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #3E840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E840D is #C17BF2. Grayscale: #616161. Windows color (decimal): -12680179 or 885822. OLE color: 885822.

HSL color Cylindrical-coordinate representation of color #3E840D: hue angle of 95.29º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E840D is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 132 13 -
CMYK 0.53 0 0.90 0.48
HSL 95.29º 0.82% 0.28% -
HSV(B) 95.29º 0.9% 0.52% -
XYZ 10.31 17.56 3.23 -
YUV 97.5 80.31 102.68 -
System Red Green Blue C M Y K H S L
Decimal 62 132 13 0.53 0 0.90 0.48 95.29 0.82 0.28
Hex 3E 84 D 35 0 5A 30 5F 52 1C
Octal 76 204 15 65 0 132 60 137 122 34
Binary 111110 10000100 1101 110101 0 1011010 110000 1011111 1010010 11100

Color Harmonies of #3E840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E840D

Black with #3E840D

Text Example


Text Example

White with #3E840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,132,13); }

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

background-color css

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

 a { background-color: rgb(62,132,13); }

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

border-color css

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

 span { border-color: rgb(62,132,13); }

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