Html Css Color HEX #37852F Bilbao

📋 copy color: '#37852F'

red 55 ◦ green 133 ◦ blue 47

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

Shades of Bilbao #37852F

Tints of Bilbao #37852F

RGB

 RED value IS 55 (21.88% from 255) = 23.4%

 GREEN value IS 133 (52.34% from 255) = 56.6%

 BLUE value IS 47 (18.75% from 255) = 20%

R = 23.4%
G = 56.6%
B = 20%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#37852F (or 0x37852F) is known color: Bilbao. HEX triplet: 37, 85 and 2F. RGB value is (55,133,47). Sum of RGB (Red+Green+Blue) = 55+133+47=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #37852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37852F is #C87AD0. Grayscale: #646464. Windows color (decimal): -13138641 or 3114295. OLE color: 3114295.

HSL color Cylindrical-coordinate representation of color #37852F: hue angle of 114.42º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37852F is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 47 -
CMYK 0.59 0 0.65 0.48
HSL 114.42º 0.48% 0.35% -
HSV(B) 114.42º 0.65% 0.52% -
XYZ 10.48 17.79 5.57 -
YUV 99.87 98.16 95.99 -
System Red Green Blue C M Y K H S L
Decimal 55 133 47 0.59 0 0.65 0.48 114.42 0.48 0.35
Hex 37 85 2F 3B 0 41 30 72 30 23
Octal 67 205 57 73 0 101 60 162 60 43
Binary 110111 10000101 101111 111011 0 1000001 110000 1110010 110000 100011

Color Harmonies of #37852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37852F

Black with #37852F

Text Example


Text Example

White with #37852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37852F; }

 p { color: rgb(55,133,47); }

 H1.HeaderClassName
 {
   color: #37852F;
 }
 .AnyTagClassName
 {
   color: #37852F;
 }
</style>

background-color css

<style>
 a { background-color: #37852F; }

 a { background-color: rgb(55,133,47); }

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

border-color css

<style>
 span { border-color: #37852F; }

 span { border-color: rgb(55,133,47); }

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