Html Css Color HEX #3E740A Bilbao

📋 copy color: '#3E740A'

red 62 ◦ green 116 ◦ blue 10

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

Shades of Bilbao #3E740A

Tints of Bilbao #3E740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.7%

 BLUE value IS 10 (4.3% from 255) = 5.32%

R = 32.98%
G = 61.7%
B = 5.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#3E740A (or 0x3E740A) is known color: Bilbao. HEX triplet: 3E, 74 and 0A. RGB value is (62,116,10). Sum of RGB (Red+Green+Blue) = 62+116+10=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #3E740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E740A is #C18BF5. Grayscale: #585858. Windows color (decimal): -12684278 or 685118. OLE color: 685118.

HSL color Cylindrical-coordinate representation of color #3E740A: hue angle of 90.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E740A is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 116 10 -
CMYK 0.47 0 0.91 0.55
HSL 90.57º 0.84% 0.25% -
HSV(B) 90.57º 0.91% 0.45% -
XYZ 8.29 13.54 2.46 -
YUV 87.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 62 116 10 0.47 0 0.91 0.55 90.57 0.84 0.25
Hex 3E 74 A 2F 0 5B 37 5B 54 19
Octal 76 164 12 57 0 133 67 133 124 31
Binary 111110 1110100 1010 101111 0 1011011 110111 1011011 1010100 11001

Color Harmonies of #3E740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E740A

Black with #3E740A

Text Example


Text Example

White with #3E740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,116,10); }

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

background-color css

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

 a { background-color: rgb(62,116,10); }

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

border-color css

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

 span { border-color: rgb(62,116,10); }

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