Html Css Color HEX #3E850C Bilbao

📋 copy color: '#3E850C'

red 62 ◦ green 133 ◦ blue 12

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

Shades of Bilbao #3E850C

Tints of Bilbao #3E850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.25%

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 29.95%
G = 64.25%
B = 5.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#3E850C (or 0x3E850C) is known color: Bilbao. HEX triplet: 3E, 85 and 0C. RGB value is (62,133,12). Sum of RGB (Red+Green+Blue) = 62+133+12=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #3E850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E850C is #C17AF3. Grayscale: #626262. Windows color (decimal): -12679924 or 820542. OLE color: 820542.

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

Color convert

RGB 62 133 12 -
CMYK 0.53 0 0.91 0.48
HSL 95.21º 0.83% 0.28% -
HSV(B) 95.21º 0.91% 0.52% -
XYZ 10.44 17.83 3.24 -
YUV 97.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 62 133 12 0.53 0 0.91 0.48 95.21 0.83 0.28
Hex 3E 85 C 35 0 5B 30 5F 53 1C
Octal 76 205 14 65 0 133 60 137 123 34
Binary 111110 10000101 1100 110101 0 1011011 110000 1011111 1010011 11100

Color Harmonies of #3E850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E850C

Black with #3E850C

Text Example


Text Example

White with #3E850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,133,12); }

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

background-color css

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

 a { background-color: rgb(62,133,12); }

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

border-color css

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

 span { border-color: rgb(62,133,12); }

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