Html Css Color HEX #386A52 Stromboli

📋 copy color: '#386A52'

red 56 ◦ green 106 ◦ blue 82

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

Shades of Stromboli #386A52

Tints of Stromboli #386A52

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.44%

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

R = 22.95%
G = 43.44%
B = 33.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#386A52 (or 0x386A52) is known color: Stromboli. HEX triplet: 38, 6A and 52. RGB value is (56,106,82). Sum of RGB (Red+Green+Blue) = 56+106+82=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 106 - color contains mainly: green. Hex color #386A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A52 is #C795AD. Grayscale: #585858. Windows color (decimal): -13079982 or 5401144. OLE color: 5401144.

HSL color Cylindrical-coordinate representation of color #386A52: hue angle of 151.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A52 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 82 -
CMYK 0.47 0 0.23 0.58
HSL 151.2º 0.31% 0.32% -
HSV(B) 151.2º 0.47% 0.42% -
XYZ 8.31 11.76 9.81 -
YUV 88.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 56 106 82 0.47 0 0.23 0.58 151.2 0.31 0.32
Hex 38 6A 52 2F 0 17 3A 97 1F 20
Octal 70 152 122 57 0 27 72 227 37 40
Binary 111000 1101010 1010010 101111 0 10111 111010 10010111 11111 100000

Color Harmonies of #386A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A52

Black with #386A52

Text Example


Text Example

White with #386A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A52; }

 p { color: rgb(56,106,82); }

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

background-color css

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

 a { background-color: rgb(56,106,82); }

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

border-color css

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

 span { border-color: rgb(56,106,82); }

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