Html Css Color HEX #378120 Bilbao

📋 copy color: '#378120'

red 55 ◦ green 129 ◦ blue 32

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

Shades of Bilbao #378120

Tints of Bilbao #378120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.72%

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

R = 25.46%
G = 59.72%
B = 14.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#378120 (or 0x378120) is known color: Bilbao. HEX triplet: 37, 81 and 20. RGB value is (55,129,32). Sum of RGB (Red+Green+Blue) = 55+129+32=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #378120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378120 is #C87EDF. Grayscale: #606060. Windows color (decimal): -13139680 or 2130231. OLE color: 2130231.

HSL color Cylindrical-coordinate representation of color #378120: hue angle of 105.77º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378120 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 32 -
CMYK 0.57 0 0.75 0.49
HSL 105.77º 0.6% 0.32% -
HSV(B) 105.77º 0.75% 0.51% -
XYZ 9.69 16.62 4.06 -
YUV 95.82 91.98 98.89 -
System Red Green Blue C M Y K H S L
Decimal 55 129 32 0.57 0 0.75 0.49 105.77 0.6 0.32
Hex 37 81 20 39 0 4B 31 6A 3C 20
Octal 67 201 40 71 0 113 61 152 74 40
Binary 110111 10000001 100000 111001 0 1001011 110001 1101010 111100 100000

Color Harmonies of #378120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378120

Black with #378120

Text Example


Text Example

White with #378120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378120; }

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

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

background-color css

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

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

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

border-color css

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

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

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