Html Css Color HEX #3B7424 Bilbao

📋 copy color: '#3B7424'

red 59 ◦ green 116 ◦ blue 36

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

Shades of Bilbao #3B7424

Tints of Bilbao #3B7424

RGB

 RED value IS 59 (23.44% from 255) = 27.96%

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

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 27.96%
G = 54.98%
B = 17.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#3B7424 (or 0x3B7424) is known color: Bilbao. HEX triplet: 3B, 74 and 24. RGB value is (59,116,36). Sum of RGB (Red+Green+Blue) = 59+116+36=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #3B7424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7424 is #C48BDB. Grayscale: #5A5A5A. Windows color (decimal): -12880860 or 2389051. OLE color: 2389051.

HSL color Cylindrical-coordinate representation of color #3B7424: hue angle of 102.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7424 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 116 36 -
CMYK 0.49 0 0.69 0.55
HSL 102.75º 0.53% 0.3% -
HSV(B) 102.75º 0.69% 0.45% -
XYZ 8.37 13.55 3.84 -
YUV 89.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 59 116 36 0.49 0 0.69 0.55 102.75 0.53 0.3
Hex 3B 74 24 31 0 45 37 67 35 1E
Octal 73 164 44 61 0 105 67 147 65 36
Binary 111011 1110100 100100 110001 0 1000101 110111 1100111 110101 11110

Color Harmonies of #3B7424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7424

Black with #3B7424

Text Example


Text Example

White with #3B7424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,36); }

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

background-color css

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

 a { background-color: rgb(59,116,36); }

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

border-color css

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

 span { border-color: rgb(59,116,36); }

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