Html Css Color HEX #387C15 Bilbao

📋 copy color: '#387C15'

red 56 ◦ green 124 ◦ blue 21

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

Shades of Bilbao #387C15

Tints of Bilbao #387C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.69%

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

R = 27.86%
G = 61.69%
B = 10.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#387C15 (or 0x387C15) is known color: Bilbao. HEX triplet: 38, 7C and 15. RGB value is (56,124,21). Sum of RGB (Red+Green+Blue) = 56+124+21=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #387C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387C15 is #C783EA. Grayscale: #5C5C5C. Windows color (decimal): -13075435 or 1408056. OLE color: 1408056.

HSL color Cylindrical-coordinate representation of color #387C15: hue angle of 99.61º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #387C15 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 21 -
CMYK 0.55 0 0.83 0.51
HSL 99.61º 0.71% 0.28% -
HSV(B) 99.61º 0.83% 0.49% -
XYZ 8.97 15.31 3.19 -
YUV 91.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 56 124 21 0.55 0 0.83 0.51 99.61 0.71 0.28
Hex 38 7C 15 37 0 53 33 64 47 1C
Octal 70 174 25 67 0 123 63 144 107 34
Binary 111000 1111100 10101 110111 0 1010011 110011 1100100 1000111 11100

Color Harmonies of #387C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C15

Black with #387C15

Text Example


Text Example

White with #387C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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