Html Css Color HEX #387819 Bilbao

📋 copy color: '#387819'

red 56 ◦ green 120 ◦ blue 25

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

Shades of Bilbao #387819

Tints of Bilbao #387819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.7%

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

R = 27.86%
G = 59.7%
B = 12.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#387819 (or 0x387819) is known color: Bilbao. HEX triplet: 38, 78 and 19. RGB value is (56,120,25). Sum of RGB (Red+Green+Blue) = 56+120+25=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #387819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387819 is #C787E6. Grayscale: #5A5A5A. Windows color (decimal): -13076455 or 1669176. OLE color: 1669176.

HSL color Cylindrical-coordinate representation of color #387819: hue angle of 100.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #387819 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 25 -
CMYK 0.53 0 0.79 0.53
HSL 100.42º 0.66% 0.28% -
HSV(B) 100.42º 0.79% 0.47% -
XYZ 8.52 14.34 3.24 -
YUV 90.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 56 120 25 0.53 0 0.79 0.53 100.42 0.66 0.28
Hex 38 78 19 35 0 4F 35 64 42 1C
Octal 70 170 31 65 0 117 65 144 102 34
Binary 111000 1111000 11001 110101 0 1001111 110101 1100100 1000010 11100

Color Harmonies of #387819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387819

Black with #387819

Text Example


Text Example

White with #387819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387819; }

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

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

background-color css

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

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

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

border-color css

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

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

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