Html Css Color HEX #3B7125 Bilbao

📋 copy color: '#3B7125'

red 59 ◦ green 113 ◦ blue 37

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

Shades of Bilbao #3B7125

Tints of Bilbao #3B7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.07%

 BLUE value IS 37 (14.84% from 255) = 17.7%

R = 28.23%
G = 54.07%
B = 17.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#3B7125 (or 0x3B7125) is known color: Bilbao. HEX triplet: 3B, 71 and 25. RGB value is (59,113,37). Sum of RGB (Red+Green+Blue) = 59+113+37=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7125 is #C48EDA. Grayscale: #585858. Windows color (decimal): -12881627 or 2453819. OLE color: 2453819.

HSL color Cylindrical-coordinate representation of color #3B7125: hue angle of 102.63º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B7125 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 113 37 -
CMYK 0.48 0 0.67 0.56
HSL 102.63º 0.51% 0.29% -
HSV(B) 102.63º 0.67% 0.44% -
XYZ 8.04 12.87 3.81 -
YUV 88.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 59 113 37 0.48 0 0.67 0.56 102.63 0.51 0.29
Hex 3B 71 25 30 0 43 38 67 33 1D
Octal 73 161 45 60 0 103 70 147 63 35
Binary 111011 1110001 100101 110000 0 1000011 111000 1100111 110011 11101

Color Harmonies of #3B7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7125

Black with #3B7125

Text Example


Text Example

White with #3B7125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,113,37); }

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

background-color css

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

 a { background-color: rgb(59,113,37); }

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

border-color css

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

 span { border-color: rgb(59,113,37); }

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