Html Css Color HEX #386956 Stromboli

📋 copy color: '#386956'

red 56 ◦ green 105 ◦ blue 86

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

Shades of Stromboli #386956

Tints of Stromboli #386956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 22.67%
G = 42.51%
B = 34.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#386956 (or 0x386956) is known color: Stromboli. HEX triplet: 38, 69 and 56. RGB value is (56,105,86). Sum of RGB (Red+Green+Blue) = 56+105+86=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #386956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386956 is #C796A9. Grayscale: #585858. Windows color (decimal): -13080234 or 5663032. OLE color: 5663032.

HSL color Cylindrical-coordinate representation of color #386956: hue angle of 156.73º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386956 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 86 -
CMYK 0.47 0 0.18 0.59
HSL 156.73º 0.3% 0.32% -
HSV(B) 156.73º 0.47% 0.41% -
XYZ 8.36 11.62 10.61 -
YUV 88.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 56 105 86 0.47 0 0.18 0.59 156.73 0.3 0.32
Hex 38 69 56 2F 0 12 3B 9D 1E 20
Octal 70 151 126 57 0 22 73 235 36 40
Binary 111000 1101001 1010110 101111 0 10010 111011 10011101 11110 100000

Color Harmonies of #386956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386956

Black with #386956

Text Example


Text Example

White with #386956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386956; }

 p { color: rgb(56,105,86); }

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

background-color css

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

 a { background-color: rgb(56,105,86); }

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

border-color css

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

 span { border-color: rgb(56,105,86); }

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