Html Css Color HEX #378916 Bilbao

📋 copy color: '#378916'

red 55 ◦ green 137 ◦ blue 22

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

Shades of Bilbao #378916

Tints of Bilbao #378916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 64.02%

 BLUE value IS 22 (8.98% from 255) = 10.28%

R = 25.7%
G = 64.02%
B = 10.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#378916 (or 0x378916) is known color: Bilbao. HEX triplet: 37, 89 and 16. RGB value is (55,137,22). Sum of RGB (Red+Green+Blue) = 55+137+22=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #378916 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378916 is #C876E9. Grayscale: #636363. Windows color (decimal): -13137642 or 1476919. OLE color: 1476919.

HSL color Cylindrical-coordinate representation of color #378916: hue angle of 102.78º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #378916 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 137 22 -
CMYK 0.60 0 0.84 0.46
HSL 102.78º 0.72% 0.31% -
HSV(B) 102.78º 0.84% 0.54% -
XYZ 10.67 18.76 3.82 -
YUV 99.37 84.33 96.35 -
System Red Green Blue C M Y K H S L
Decimal 55 137 22 0.60 0 0.84 0.46 102.78 0.72 0.31
Hex 37 89 16 3C 0 54 2E 67 48 1F
Octal 67 211 26 74 0 124 56 147 110 37
Binary 110111 10001001 10110 111100 0 1010100 101110 1100111 1001000 11111

Color Harmonies of #378916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378916

Black with #378916

Text Example


Text Example

White with #378916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378916; }

 p { color: rgb(55,137,22); }

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

background-color css

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

 a { background-color: rgb(55,137,22); }

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

border-color css

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

 span { border-color: rgb(55,137,22); }

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