Html Css Color HEX #378520 Bilbao

📋 copy color: '#378520'

red 55 ◦ green 133 ◦ blue 32

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

Shades of Bilbao #378520

Tints of Bilbao #378520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 25%
G = 60.45%
B = 14.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#378520 (or 0x378520) is known color: Bilbao. HEX triplet: 37, 85 and 20. RGB value is (55,133,32). Sum of RGB (Red+Green+Blue) = 55+133+32=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #378520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378520 is #C87ADF. Grayscale: #626262. Windows color (decimal): -13138656 or 2131255. OLE color: 2131255.

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

Color convert

RGB 55 133 32 -
CMYK 0.59 0 0.76 0.48
HSL 106.34º 0.61% 0.32% -
HSV(B) 106.34º 0.76% 0.52% -
XYZ 10.22 17.69 4.24 -
YUV 98.16 90.66 97.21 -
System Red Green Blue C M Y K H S L
Decimal 55 133 32 0.59 0 0.76 0.48 106.34 0.61 0.32
Hex 37 85 20 3B 0 4C 30 6A 3D 20
Octal 67 205 40 73 0 114 60 152 75 40
Binary 110111 10000101 100000 111011 0 1001100 110000 1101010 111101 100000

Color Harmonies of #378520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378520

Black with #378520

Text Example


Text Example

White with #378520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378520; }

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

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

background-color css

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

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

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

border-color css

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

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

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