Html Css Color HEX #378328 Bilbao

📋 copy color: '#378328'

red 55 ◦ green 131 ◦ blue 40

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

Shades of Bilbao #378328

Tints of Bilbao #378328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.96%

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

R = 24.34%
G = 57.96%
B = 17.7%

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

#378328 (or 0x378328) is known color: Bilbao. HEX triplet: 37, 83 and 28. RGB value is (55,131,40). Sum of RGB (Red+Green+Blue) = 55+131+40=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #378328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378328 is #C87CD7. Grayscale: #626262. Windows color (decimal): -13139160 or 2655031. OLE color: 2655031.

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

Color convert

RGB 55 131 40 -
CMYK 0.58 0 0.69 0.49
HSL 110.11º 0.53% 0.34% -
HSV(B) 110.11º 0.69% 0.51% -
XYZ 10.07 17.2 4.8 -
YUV 97.9 95.32 97.4 -
System Red Green Blue C M Y K H S L
Decimal 55 131 40 0.58 0 0.69 0.49 110.11 0.53 0.34
Hex 37 83 28 3A 0 45 31 6E 35 22
Octal 67 203 50 72 0 105 61 156 65 42
Binary 110111 10000011 101000 111010 0 1000101 110001 1101110 110101 100010

Color Harmonies of #378328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378328

Black with #378328

Text Example


Text Example

White with #378328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378328; }

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

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

background-color css

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

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

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

border-color css

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

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

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