Html Css Color HEX #387512 Bilbao

📋 copy color: '#387512'

red 56 ◦ green 117 ◦ blue 18

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

Shades of Bilbao #387512

Tints of Bilbao #387512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.26%

 BLUE value IS 18 (7.42% from 255) = 9.42%

R = 29.32%
G = 61.26%
B = 9.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#387512 (or 0x387512) is known color: Bilbao. HEX triplet: 38, 75 and 12. RGB value is (56,117,18). Sum of RGB (Red+Green+Blue) = 56+117+18=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #387512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387512 is #C78AED. Grayscale: #575757. Windows color (decimal): -13077230 or 1209656. OLE color: 1209656.

HSL color Cylindrical-coordinate representation of color #387512: hue angle of 96.97º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #387512 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 18 -
CMYK 0.52 0 0.85 0.54
HSL 96.97º 0.73% 0.26% -
HSV(B) 96.97º 0.85% 0.46% -
XYZ 8.1 13.61 2.77 -
YUV 87.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 56 117 18 0.52 0 0.85 0.54 96.97 0.73 0.26
Hex 38 75 12 34 0 55 36 61 49 1A
Octal 70 165 22 64 0 125 66 141 111 32
Binary 111000 1110101 10010 110100 0 1010101 110110 1100001 1001001 11010

Color Harmonies of #387512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387512

Black with #387512

Text Example


Text Example

White with #387512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387512; }

 p { color: rgb(56,117,18); }

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

background-color css

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

 a { background-color: rgb(56,117,18); }

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

border-color css

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

 span { border-color: rgb(56,117,18); }

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