Html Css Color HEX #3B7825 Bilbao

📋 copy color: '#3B7825'

red 59 ◦ green 120 ◦ blue 37

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

Shades of Bilbao #3B7825

Tints of Bilbao #3B7825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.56%

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

R = 27.31%
G = 55.56%
B = 17.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#3B7825 (or 0x3B7825) is known color: Bilbao. HEX triplet: 3B, 78 and 25. RGB value is (59,120,37). Sum of RGB (Red+Green+Blue) = 59+120+37=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7825 is #C487DA. Grayscale: #5C5C5C. Windows color (decimal): -12879835 or 2455611. OLE color: 2455611.

HSL color Cylindrical-coordinate representation of color #3B7825: hue angle of 104.1º 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 #3B7825 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 120 37 -
CMYK 0.51 0 0.69 0.53
HSL 104.1º 0.53% 0.31% -
HSV(B) 104.1º 0.69% 0.47% -
XYZ 8.85 14.5 4.08 -
YUV 92.3 96.79 104.25 -
System Red Green Blue C M Y K H S L
Decimal 59 120 37 0.51 0 0.69 0.53 104.1 0.53 0.31
Hex 3B 78 25 33 0 45 35 68 35 1F
Octal 73 170 45 63 0 105 65 150 65 37
Binary 111011 1111000 100101 110011 0 1000101 110101 1101000 110101 11111

Color Harmonies of #3B7825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7825

Black with #3B7825

Text Example


Text Example

White with #3B7825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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