Html Css Color HEX #378227 Bilbao

📋 copy color: '#378227'

red 55 ◦ green 130 ◦ blue 39

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

Shades of Bilbao #378227

Tints of Bilbao #378227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.41%

R = 24.55%
G = 58.04%
B = 17.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#378227 (or 0x378227) is known color: Bilbao. HEX triplet: 37, 82 and 27. RGB value is (55,130,39). Sum of RGB (Red+Green+Blue) = 55+130+39=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #378227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378227 is #C87DD8. Grayscale: #616161. Windows color (decimal): -13139417 or 2589239. OLE color: 2589239.

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

Color convert

RGB 55 130 39 -
CMYK 0.58 0 0.70 0.49
HSL 109.45º 0.54% 0.33% -
HSV(B) 109.45º 0.7% 0.51% -
XYZ 9.92 16.92 4.66 -
YUV 97.2 95.15 97.9 -
System Red Green Blue C M Y K H S L
Decimal 55 130 39 0.58 0 0.70 0.49 109.45 0.54 0.33
Hex 37 82 27 3A 0 46 31 6D 36 21
Octal 67 202 47 72 0 106 61 155 66 41
Binary 110111 10000010 100111 111010 0 1000110 110001 1101101 110110 100001

Color Harmonies of #378227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378227

Black with #378227

Text Example


Text Example

White with #378227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378227; }

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

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

background-color css

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

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

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

border-color css

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

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

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