Html Css Color HEX #3E850B Bilbao

📋 copy color: '#3E850B'

red 62 ◦ green 133 ◦ blue 11

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

Shades of Bilbao #3E850B

Tints of Bilbao #3E850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 30.1%
G = 64.56%
B = 5.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#3E850B (or 0x3E850B) is known color: Bilbao. HEX triplet: 3E, 85 and 0B. RGB value is (62,133,11). Sum of RGB (Red+Green+Blue) = 62+133+11=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #3E850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E850B is #C17AF4. Grayscale: #626262. Windows color (decimal): -12679925 or 755006. OLE color: 755006.

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

Color convert

RGB 62 133 11 -
CMYK 0.53 0 0.92 0.48
HSL 94.92º 0.85% 0.28% -
HSV(B) 94.92º 0.92% 0.52% -
XYZ 10.43 17.82 3.21 -
YUV 97.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 62 133 11 0.53 0 0.92 0.48 94.92 0.85 0.28
Hex 3E 85 B 35 0 5C 30 5F 55 1C
Octal 76 205 13 65 0 134 60 137 125 34
Binary 111110 10000101 1011 110101 0 1011100 110000 1011111 1010101 11100

Color Harmonies of #3E850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E850B

Black with #3E850B

Text Example


Text Example

White with #3E850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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