Html Css Color HEX #387018 Bilbao

📋 copy color: '#387018'

red 56 ◦ green 112 ◦ blue 24

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

Shades of Bilbao #387018

Tints of Bilbao #387018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.33%

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 29.17%
G = 58.33%
B = 12.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#387018 (or 0x387018) is known color: Bilbao. HEX triplet: 38, 70 and 18. RGB value is (56,112,24). Sum of RGB (Red+Green+Blue) = 56+112+24=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #387018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387018 is #C78FE7. Grayscale: #555555. Windows color (decimal): -13078504 or 1601592. OLE color: 1601592.

HSL color Cylindrical-coordinate representation of color #387018: hue angle of 98.18º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #387018 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 24 -
CMYK 0.50 0 0.79 0.56
HSL 98.18º 0.65% 0.27% -
HSV(B) 98.18º 0.79% 0.44% -
XYZ 7.59 12.5 2.88 -
YUV 85.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 56 112 24 0.50 0 0.79 0.56 98.18 0.65 0.27
Hex 38 70 18 32 0 4F 38 62 41 1B
Octal 70 160 30 62 0 117 70 142 101 33
Binary 111000 1110000 11000 110010 0 1001111 111000 1100010 1000001 11011

Color Harmonies of #387018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387018

Black with #387018

Text Example


Text Example

White with #387018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387018; }

 p { color: rgb(56,112,24); }

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

background-color css

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

 a { background-color: rgb(56,112,24); }

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

border-color css

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

 span { border-color: rgb(56,112,24); }

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