Html Css Color HEX #387520 Bilbao

📋 copy color: '#387520'

red 56 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #387520

Tints of Bilbao #387520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 27.32%
G = 57.07%
B = 15.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#387520 (or 0x387520) is known color: Bilbao. HEX triplet: 38, 75 and 20. RGB value is (56,117,32). Sum of RGB (Red+Green+Blue) = 56+117+32=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #387520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387520 is #C78ADF. Grayscale: #595959. Windows color (decimal): -13077216 or 2127160. OLE color: 2127160.

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

Color convert

RGB 56 117 32 -
CMYK 0.52 0 0.73 0.54
HSL 103.06º 0.57% 0.29% -
HSV(B) 103.06º 0.73% 0.46% -
XYZ 8.25 13.67 3.57 -
YUV 89.07 95.79 104.41 -
System Red Green Blue C M Y K H S L
Decimal 56 117 32 0.52 0 0.73 0.54 103.06 0.57 0.29
Hex 38 75 20 34 0 49 36 67 39 1D
Octal 70 165 40 64 0 111 66 147 71 35
Binary 111000 1110101 100000 110100 0 1001001 110110 1100111 111001 11101

Color Harmonies of #387520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387520

Black with #387520

Text Example


Text Example

White with #387520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387520; }

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

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

background-color css

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

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

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

border-color css

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

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

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