Html Css Color HEX #3E780D Bilbao

📋 copy color: '#3E780D'

red 62 ◦ green 120 ◦ blue 13

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

Shades of Bilbao #3E780D

Tints of Bilbao #3E780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 61.54%

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

R = 31.79%
G = 61.54%
B = 6.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#3E780D (or 0x3E780D) is known color: Bilbao. HEX triplet: 3E, 78 and 0D. RGB value is (62,120,13). Sum of RGB (Red+Green+Blue) = 62+120+13=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #3E780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E780D is #C187F2. Grayscale: #5A5A5A. Windows color (decimal): -12683251 or 882750. OLE color: 882750.

HSL color Cylindrical-coordinate representation of color #3E780D: hue angle of 92.52º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E780D is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 120 13 -
CMYK 0.48 0 0.89 0.53
HSL 92.52º 0.8% 0.26% -
HSV(B) 92.52º 0.89% 0.47% -
XYZ 8.78 14.49 2.71 -
YUV 90.46 84.28 107.7 -
System Red Green Blue C M Y K H S L
Decimal 62 120 13 0.48 0 0.89 0.53 92.52 0.8 0.26
Hex 3E 78 D 30 0 59 35 5D 50 1A
Octal 76 170 15 60 0 131 65 135 120 32
Binary 111110 1111000 1101 110000 0 1011001 110101 1011101 1010000 11010

Color Harmonies of #3E780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E780D

Black with #3E780D

Text Example


Text Example

White with #3E780D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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