Html Css Color HEX #386258 Stromboli

📋 copy color: '#386258'

red 56 ◦ green 98 ◦ blue 88

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

Shades of Stromboli #386258

Tints of Stromboli #386258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.5%

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 23.14%
G = 40.5%
B = 36.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#386258 (or 0x386258) is known color: Stromboli. HEX triplet: 38, 62 and 58. RGB value is (56,98,88). Sum of RGB (Red+Green+Blue) = 56+98+88=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #386258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386258 is #C79DA7. Grayscale: #545454. Windows color (decimal): -13082024 or 5792312. OLE color: 5792312.

HSL color Cylindrical-coordinate representation of color #386258: hue angle of 165.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386258 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 88 -
CMYK 0.43 0 0.10 0.62
HSL 165.71º 0.27% 0.3% -
HSV(B) 165.71º 0.43% 0.38% -
XYZ 7.76 10.28 10.81 -
YUV 84.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 56 98 88 0.43 0 0.10 0.62 165.71 0.27 0.3
Hex 38 62 58 2B 0 A 3E A6 1B 1E
Octal 70 142 130 53 0 12 76 246 33 36
Binary 111000 1100010 1011000 101011 0 1010 111110 10100110 11011 11110

Color Harmonies of #386258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386258

Black with #386258

Text Example


Text Example

White with #386258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386258; }

 p { color: rgb(56,98,88); }

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

background-color css

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

 a { background-color: rgb(56,98,88); }

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

border-color css

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

 span { border-color: rgb(56,98,88); }

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