Html Css Color HEX #378228 Bilbao

📋 copy color: '#378228'

red 55 ◦ green 130 ◦ blue 40

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

Shades of Bilbao #378228

Tints of Bilbao #378228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.78%

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 24.44%
G = 57.78%
B = 17.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#378228 (or 0x378228) is known color: Bilbao. HEX triplet: 37, 82 and 28. RGB value is (55,130,40). Sum of RGB (Red+Green+Blue) = 55+130+40=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #378228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378228 is #C87DD7. Grayscale: #616161. Windows color (decimal): -13139416 or 2654775. OLE color: 2654775.

HSL color Cylindrical-coordinate representation of color #378228: hue angle of 110º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #378228 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 40 -
CMYK 0.58 0 0.69 0.49
HSL 110º 0.53% 0.33% -
HSV(B) 110º 0.69% 0.51% -
XYZ 9.94 16.93 4.75 -
YUV 97.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 55 130 40 0.58 0 0.69 0.49 110 0.53 0.33
Hex 37 82 28 3A 0 45 31 6E 35 21
Octal 67 202 50 72 0 105 61 156 65 41
Binary 110111 10000010 101000 111010 0 1000101 110001 1101110 110101 100001

Color Harmonies of #378228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378228

Black with #378228

Text Example


Text Example

White with #378228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378228; }

 p { color: rgb(55,130,40); }

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

background-color css

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

 a { background-color: rgb(55,130,40); }

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

border-color css

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

 span { border-color: rgb(55,130,40); }

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