Html Css Color HEX #396752 Stromboli

📋 copy color: '#396752'

red 57 ◦ green 103 ◦ blue 82

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

Shades of Stromboli #396752

Tints of Stromboli #396752

RGB

 RED value IS 57 (22.66% from 255) = 23.55%

 GREEN value IS 103 (40.63% from 255) = 42.56%

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 23.55%
G = 42.56%
B = 33.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#396752 (or 0x396752) is known color: Stromboli. HEX triplet: 39, 67 and 52. RGB value is (57,103,82). Sum of RGB (Red+Green+Blue) = 57+103+82=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #396752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396752 is #C698AD. Grayscale: #565656. Windows color (decimal): -13015214 or 5400377. OLE color: 5400377.

HSL color Cylindrical-coordinate representation of color #396752: hue angle of 152.61º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396752 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 103 82 -
CMYK 0.45 0 0.20 0.60
HSL 152.61º 0.29% 0.31% -
HSV(B) 152.61º 0.45% 0.4% -
XYZ 8.06 11.18 9.72 -
YUV 86.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 57 103 82 0.45 0 0.20 0.60 152.61 0.29 0.31
Hex 39 67 52 2D 0 14 3C 99 1D 1F
Octal 71 147 122 55 0 24 74 231 35 37
Binary 111001 1100111 1010010 101101 0 10100 111100 10011001 11101 11111

Color Harmonies of #396752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396752

Black with #396752

Text Example


Text Example

White with #396752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396752; }

 p { color: rgb(57,103,82); }

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

background-color css

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

 a { background-color: rgb(57,103,82); }

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

border-color css

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

 span { border-color: rgb(57,103,82); }

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