Html Css Color HEX #386853 Stromboli

📋 copy color: '#386853'

red 56 ◦ green 104 ◦ blue 83

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

Shades of Stromboli #386853

Tints of Stromboli #386853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.8%

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 23.05%
G = 42.8%
B = 34.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#386853 (or 0x386853) is known color: Stromboli. HEX triplet: 38, 68 and 53. RGB value is (56,104,83). Sum of RGB (Red+Green+Blue) = 56+104+83=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #386853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386853 is #C797AC. Grayscale: #575757. Windows color (decimal): -13080493 or 5466168. OLE color: 5466168.

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

Color convert

RGB 56 104 83 -
CMYK 0.46 0 0.20 0.59
HSL 153.75º 0.3% 0.31% -
HSV(B) 153.75º 0.46% 0.41% -
XYZ 8.14 11.37 9.95 -
YUV 87.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 56 104 83 0.46 0 0.20 0.59 153.75 0.3 0.31
Hex 38 68 53 2E 0 14 3B 9A 1E 1F
Octal 70 150 123 56 0 24 73 232 36 37
Binary 111000 1101000 1010011 101110 0 10100 111011 10011010 11110 11111

Color Harmonies of #386853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386853

Black with #386853

Text Example


Text Example

White with #386853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386853; }

 p { color: rgb(56,104,83); }

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

background-color css

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

 a { background-color: rgb(56,104,83); }

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

border-color css

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

 span { border-color: rgb(56,104,83); }

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