Html Css Color HEX #386953 Stromboli

📋 copy color: '#386953'

red 56 ◦ green 105 ◦ blue 83

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

Shades of Stromboli #386953

Tints of Stromboli #386953

RGB

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

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

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

R = 22.95%
G = 43.03%
B = 34.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#386953 (or 0x386953) is known color: Stromboli. HEX triplet: 38, 69 and 53. RGB value is (56,105,83). Sum of RGB (Red+Green+Blue) = 56+105+83=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #386953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386953 is #C796AC. Grayscale: #575757. Windows color (decimal): -13080237 or 5466424. OLE color: 5466424.

HSL color Cylindrical-coordinate representation of color #386953: hue angle of 153.06º 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 #386953 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 83 -
CMYK 0.47 0 0.21 0.59
HSL 153.06º 0.3% 0.32% -
HSV(B) 153.06º 0.47% 0.41% -
XYZ 8.24 11.57 9.98 -
YUV 87.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 56 105 83 0.47 0 0.21 0.59 153.06 0.3 0.32
Hex 38 69 53 2F 0 15 3B 99 1E 20
Octal 70 151 123 57 0 25 73 231 36 40
Binary 111000 1101001 1010011 101111 0 10101 111011 10011001 11110 100000

Color Harmonies of #386953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386953

Black with #386953

Text Example


Text Example

White with #386953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386953; }

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

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

background-color css

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

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

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

border-color css

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

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

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