Html Css Color HEX #387415 Bilbao

📋 copy color: '#387415'

red 56 ◦ green 116 ◦ blue 21

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

Shades of Bilbao #387415

Tints of Bilbao #387415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.1%

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

R = 29.02%
G = 60.1%
B = 10.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#387415 (or 0x387415) is known color: Bilbao. HEX triplet: 38, 74 and 15. RGB value is (56,116,21). Sum of RGB (Red+Green+Blue) = 56+116+21=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #387415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387415 is #C78BEA. Grayscale: #575757. Windows color (decimal): -13077483 or 1406008. OLE color: 1406008.

HSL color Cylindrical-coordinate representation of color #387415: hue angle of 97.89º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #387415 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 21 -
CMYK 0.52 0 0.82 0.55
HSL 97.89º 0.69% 0.27% -
HSV(B) 97.89º 0.82% 0.45% -
XYZ 8.01 13.39 2.87 -
YUV 87.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 56 116 21 0.52 0 0.82 0.55 97.89 0.69 0.27
Hex 38 74 15 34 0 52 37 62 45 1B
Octal 70 164 25 64 0 122 67 142 105 33
Binary 111000 1110100 10101 110100 0 1010010 110111 1100010 1000101 11011

Color Harmonies of #387415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387415

Black with #387415

Text Example


Text Example

White with #387415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387415; }

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

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

background-color css

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

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

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

border-color css

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

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

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