Html Css Color HEX #3E760F Bilbao

📋 copy color: '#3E760F'

red 62 ◦ green 118 ◦ blue 15

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

Shades of Bilbao #3E760F

Tints of Bilbao #3E760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.51%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 31.79%
G = 60.51%
B = 7.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#3E760F (or 0x3E760F) is known color: Bilbao. HEX triplet: 3E, 76 and 0F. RGB value is (62,118,15). Sum of RGB (Red+Green+Blue) = 62+118+15=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #3E760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E760F is #C189F0. Grayscale: #595959. Windows color (decimal): -12683761 or 1013310. OLE color: 1013310.

HSL color Cylindrical-coordinate representation of color #3E760F: hue angle of 92.62º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E760F is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 118 15 -
CMYK 0.47 0 0.87 0.54
HSL 92.62º 0.77% 0.26% -
HSV(B) 92.62º 0.87% 0.46% -
XYZ 8.55 14.02 2.71 -
YUV 89.51 85.95 108.38 -
System Red Green Blue C M Y K H S L
Decimal 62 118 15 0.47 0 0.87 0.54 92.62 0.77 0.26
Hex 3E 76 F 2F 0 57 36 5D 4D 1A
Octal 76 166 17 57 0 127 66 135 115 32
Binary 111110 1110110 1111 101111 0 1010111 110110 1011101 1001101 11010

Color Harmonies of #3E760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E760F

Black with #3E760F

Text Example


Text Example

White with #3E760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,118,15); }

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

background-color css

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

 a { background-color: rgb(62,118,15); }

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

border-color css

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

 span { border-color: rgb(62,118,15); }

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