Html Css Color HEX #387519 Bilbao

📋 copy color: '#387519'

red 56 ◦ green 117 ◦ blue 25

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

Shades of Bilbao #387519

Tints of Bilbao #387519

RGB

 RED value IS 56 (22.27% from 255) = 28.28%

 GREEN value IS 117 (46.09% from 255) = 59.09%

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 28.28%
G = 59.09%
B = 12.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#387519 (or 0x387519) is known color: Bilbao. HEX triplet: 38, 75 and 19. RGB value is (56,117,25). Sum of RGB (Red+Green+Blue) = 56+117+25=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #387519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387519 is #C78AE6. Grayscale: #585858. Windows color (decimal): -13077223 or 1668408. OLE color: 1668408.

HSL color Cylindrical-coordinate representation of color #387519: hue angle of 99.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #387519 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 25 -
CMYK 0.52 0 0.79 0.54
HSL 99.78º 0.65% 0.28% -
HSV(B) 99.78º 0.79% 0.46% -
XYZ 8.17 13.63 3.12 -
YUV 88.27 92.29 104.98 -
System Red Green Blue C M Y K H S L
Decimal 56 117 25 0.52 0 0.79 0.54 99.78 0.65 0.28
Hex 38 75 19 34 0 4F 36 64 41 1C
Octal 70 165 31 64 0 117 66 144 101 34
Binary 111000 1110101 11001 110100 0 1001111 110110 1100100 1000001 11100

Color Harmonies of #387519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387519

Black with #387519

Text Example


Text Example

White with #387519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387519; }

 p { color: rgb(56,117,25); }

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

background-color css

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

 a { background-color: rgb(56,117,25); }

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

border-color css

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

 span { border-color: rgb(56,117,25); }

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