Html Css Color HEX #3B7725 Bilbao

📋 copy color: '#3B7725'

red 59 ◦ green 119 ◦ blue 37

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

Shades of Bilbao #3B7725

Tints of Bilbao #3B7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.35%

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

R = 27.44%
G = 55.35%
B = 17.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#3B7725 (or 0x3B7725) is known color: Bilbao. HEX triplet: 3B, 77 and 25. RGB value is (59,119,37). Sum of RGB (Red+Green+Blue) = 59+119+37=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7725 is #C488DA. Grayscale: #5B5B5B. Windows color (decimal): -12880091 or 2455355. OLE color: 2455355.

HSL color Cylindrical-coordinate representation of color #3B7725: hue angle of 103.9º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7725 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 119 37 -
CMYK 0.50 0 0.69 0.53
HSL 103.9º 0.53% 0.31% -
HSV(B) 103.9º 0.69% 0.47% -
XYZ 8.73 14.26 4.04 -
YUV 91.71 97.12 104.67 -
System Red Green Blue C M Y K H S L
Decimal 59 119 37 0.50 0 0.69 0.53 103.9 0.53 0.31
Hex 3B 77 25 32 0 45 35 68 35 1F
Octal 73 167 45 62 0 105 65 150 65 37
Binary 111011 1110111 100101 110010 0 1000101 110101 1101000 110101 11111

Color Harmonies of #3B7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7725

Black with #3B7725

Text Example


Text Example

White with #3B7725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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