Html Css Color HEX #387915 Bilbao

📋 copy color: '#387915'

red 56 ◦ green 121 ◦ blue 21

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

Shades of Bilbao #387915

Tints of Bilbao #387915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.11%

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

R = 28.28%
G = 61.11%
B = 10.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#387915 (or 0x387915) is known color: Bilbao. HEX triplet: 38, 79 and 15. RGB value is (56,121,21). Sum of RGB (Red+Green+Blue) = 56+121+21=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #387915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387915 is #C786EA. Grayscale: #5A5A5A. Windows color (decimal): -13076203 or 1407288. OLE color: 1407288.

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

Color convert

RGB 56 121 21 -
CMYK 0.54 0 0.83 0.53
HSL 99º 0.7% 0.28% -
HSV(B) 99º 0.83% 0.47% -
XYZ 8.6 14.57 3.07 -
YUV 90.17 88.97 103.63 -
System Red Green Blue C M Y K H S L
Decimal 56 121 21 0.54 0 0.83 0.53 99 0.7 0.28
Hex 38 79 15 36 0 53 35 63 46 1C
Octal 70 171 25 66 0 123 65 143 106 34
Binary 111000 1111001 10101 110110 0 1010011 110101 1100011 1000110 11100

Color Harmonies of #387915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387915

Black with #387915

Text Example


Text Example

White with #387915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387915; }

 p { color: rgb(56,121,21); }

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

background-color css

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

 a { background-color: rgb(56,121,21); }

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

border-color css

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

 span { border-color: rgb(56,121,21); }

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