Html Css Color HEX #387618 Bilbao

📋 copy color: '#387618'

red 56 ◦ green 118 ◦ blue 24

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

Shades of Bilbao #387618

Tints of Bilbao #387618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59.6%

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

R = 28.28%
G = 59.6%
B = 12.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#387618 (or 0x387618) is known color: Bilbao. HEX triplet: 38, 76 and 18. RGB value is (56,118,24). Sum of RGB (Red+Green+Blue) = 56+118+24=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #387618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387618 is #C789E7. Grayscale: #595959. Windows color (decimal): -13076968 or 1603128. OLE color: 1603128.

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

Color convert

RGB 56 118 24 -
CMYK 0.53 0 0.80 0.54
HSL 99.57º 0.66% 0.28% -
HSV(B) 99.57º 0.8% 0.46% -
XYZ 8.27 13.86 3.1 -
YUV 88.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 56 118 24 0.53 0 0.80 0.54 99.57 0.66 0.28
Hex 38 76 18 35 0 50 36 64 42 1C
Octal 70 166 30 65 0 120 66 144 102 34
Binary 111000 1110110 11000 110101 0 1010000 110110 1100100 1000010 11100

Color Harmonies of #387618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387618

Black with #387618

Text Example


Text Example

White with #387618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387618; }

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

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

background-color css

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

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

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

border-color css

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

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

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