Html Css Color HEX #3E821B Bilbao

📋 copy color: '#3E821B'

red 62 ◦ green 130 ◦ blue 27

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

Shades of Bilbao #3E821B

Tints of Bilbao #3E821B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.36%

 BLUE value IS 27 (10.94% from 255) = 12.33%

R = 28.31%
G = 59.36%
B = 12.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#3E821B (or 0x3E821B) is known color: Bilbao. HEX triplet: 3E, 82 and 1B. RGB value is (62,130,27). Sum of RGB (Red+Green+Blue) = 62+130+27=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #3E821B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E821B is #C17DE4. Grayscale: #626262. Windows color (decimal): -12680677 or 1802814. OLE color: 1802814.

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

Color convert

RGB 62 130 27 -
CMYK 0.52 0 0.79 0.49
HSL 99.61º 0.66% 0.31% -
HSV(B) 99.61º 0.79% 0.51% -
XYZ 10.17 17.07 3.8 -
YUV 97.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 62 130 27 0.52 0 0.79 0.49 99.61 0.66 0.31
Hex 3E 82 1B 34 0 4F 31 64 42 1F
Octal 76 202 33 64 0 117 61 144 102 37
Binary 111110 10000010 11011 110100 0 1001111 110001 1100100 1000010 11111

Color Harmonies of #3E821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E821B

Black with #3E821B

Text Example


Text Example

White with #3E821B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,130,27); }

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

background-color css

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

 a { background-color: rgb(62,130,27); }

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

border-color css

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

 span { border-color: rgb(62,130,27); }

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