Html Css Color HEX #38655D Stromboli

📋 copy color: '#38655D'

red 56 ◦ green 101 ◦ blue 93

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

Shades of Stromboli #38655D

Tints of Stromboli #38655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 22.4%
G = 40.4%
B = 37.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#38655D (or 0x38655D) is known color: Stromboli. HEX triplet: 38, 65 and 5D. RGB value is (56,101,93). Sum of RGB (Red+Green+Blue) = 56+101+93=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #38655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38655D is #C79AA2. Grayscale: #565656. Windows color (decimal): -13081251 or 6120760. OLE color: 6120760.

HSL color Cylindrical-coordinate representation of color #38655D: hue angle of 169.33º 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 #38655D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 93 -
CMYK 0.45 0 0.08 0.60
HSL 169.33º 0.29% 0.31% -
HSV(B) 169.33º 0.45% 0.4% -
XYZ 8.26 10.94 12.03 -
YUV 86.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 56 101 93 0.45 0 0.08 0.60 169.33 0.29 0.31
Hex 38 65 5D 2D 0 8 3C A9 1D 1F
Octal 70 145 135 55 0 10 74 251 35 37
Binary 111000 1100101 1011101 101101 0 1000 111100 10101001 11101 11111

Color Harmonies of #38655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38655D

Black with #38655D

Text Example


Text Example

White with #38655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38655D; }

 p { color: rgb(56,101,93); }

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

background-color css

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

 a { background-color: rgb(56,101,93); }

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

border-color css

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

 span { border-color: rgb(56,101,93); }

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