Html Css Color HEX #3E7301 Bilbao

📋 copy color: '#3E7301'

red 62 ◦ green 115 ◦ blue 1

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

Shades of Bilbao #3E7301

Tints of Bilbao #3E7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 64.61%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 34.83%
G = 64.61%
B = 0.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#3E7301 (or 0x3E7301) is known color: Bilbao. HEX triplet: 3E, 73 and 01. RGB value is (62,115,1). Sum of RGB (Red+Green+Blue) = 62+115+1=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7301 is #C18CFE. Grayscale: #565656. Windows color (decimal): -12684543 or 95038. OLE color: 95038.

HSL color Cylindrical-coordinate representation of color #3E7301: hue angle of 87.89º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E7301 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 115 1 -
CMYK 0.46 0 0.99 0.55
HSL 87.89º 0.98% 0.23% -
HSV(B) 87.89º 0.99% 0.45% -
XYZ 8.12 13.29 2.17 -
YUV 86.16 79.94 110.77 -
System Red Green Blue C M Y K H S L
Decimal 62 115 1 0.46 0 0.99 0.55 87.89 0.98 0.23
Hex 3E 73 1 2E 0 63 37 58 62 17
Octal 76 163 1 56 0 143 67 130 142 27
Binary 111110 1110011 1 101110 0 1100011 110111 1011000 1100010 10111

Color Harmonies of #3E7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7301

Black with #3E7301

Text Example


Text Example

White with #3E7301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,115,1); }

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

background-color css

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

 a { background-color: rgb(62,115,1); }

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

border-color css

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

 span { border-color: rgb(62,115,1); }

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