Html Css Color HEX #378015 Bilbao

📋 copy color: '#378015'

red 55 ◦ green 128 ◦ blue 21

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

Shades of Bilbao #378015

Tints of Bilbao #378015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.75%

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 26.96%
G = 62.75%
B = 10.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#378015 (or 0x378015) is known color: Bilbao. HEX triplet: 37, 80 and 15. RGB value is (55,128,21). Sum of RGB (Red+Green+Blue) = 55+128+21=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #378015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378015 is #C87FEA. Grayscale: #5E5E5E. Windows color (decimal): -13139947 or 1409079. OLE color: 1409079.

HSL color Cylindrical-coordinate representation of color #378015: hue angle of 100.93º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #378015 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 21 -
CMYK 0.57 0 0.84 0.50
HSL 100.93º 0.72% 0.29% -
HSV(B) 100.93º 0.84% 0.5% -
XYZ 9.43 16.3 3.36 -
YUV 93.98 86.82 100.2 -
System Red Green Blue C M Y K H S L
Decimal 55 128 21 0.57 0 0.84 0.50 100.93 0.72 0.29
Hex 37 80 15 39 0 54 32 65 48 1D
Octal 67 200 25 71 0 124 62 145 110 35
Binary 110111 10000000 10101 111001 0 1010100 110010 1100101 1001000 11101

Color Harmonies of #378015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378015

Black with #378015

Text Example


Text Example

White with #378015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378015; }

 p { color: rgb(55,128,21); }

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

background-color css

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

 a { background-color: rgb(55,128,21); }

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

border-color css

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

 span { border-color: rgb(55,128,21); }

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