Html Css Color HEX #378420 Bilbao

📋 copy color: '#378420'

red 55 ◦ green 132 ◦ blue 32

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

Shades of Bilbao #378420

Tints of Bilbao #378420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.27%

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

R = 25.11%
G = 60.27%
B = 14.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#378420 (or 0x378420) is known color: Bilbao. HEX triplet: 37, 84 and 20. RGB value is (55,132,32). Sum of RGB (Red+Green+Blue) = 55+132+32=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #378420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378420 is #C87BDF. Grayscale: #616161. Windows color (decimal): -13138912 or 2130999. OLE color: 2130999.

HSL color Cylindrical-coordinate representation of color #378420: hue angle of 106.2º 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 #378420 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 32 -
CMYK 0.58 0 0.76 0.48
HSL 106.2º 0.61% 0.32% -
HSV(B) 106.2º 0.76% 0.52% -
XYZ 10.09 17.42 4.2 -
YUV 97.58 90.99 97.63 -
System Red Green Blue C M Y K H S L
Decimal 55 132 32 0.58 0 0.76 0.48 106.2 0.61 0.32
Hex 37 84 20 3A 0 4C 30 6A 3D 20
Octal 67 204 40 72 0 114 60 152 75 40
Binary 110111 10000100 100000 111010 0 1001100 110000 1101010 111101 100000

Color Harmonies of #378420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378420

Black with #378420

Text Example


Text Example

White with #378420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378420; }

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

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

background-color css

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

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

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

border-color css

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

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

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