Html Css Color HEX #38685C Stromboli

📋 copy color: '#38685C'

red 56 ◦ green 104 ◦ blue 92

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

Shades of Stromboli #38685C

Tints of Stromboli #38685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.27%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 22.22%
G = 41.27%
B = 36.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#38685C (or 0x38685C) is known color: Stromboli. HEX triplet: 38, 68 and 5C. RGB value is (56,104,92). Sum of RGB (Red+Green+Blue) = 56+104+92=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #38685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685C is #C797A3. Grayscale: #585858. Windows color (decimal): -13080484 or 6055992. OLE color: 6055992.

HSL color Cylindrical-coordinate representation of color #38685C: hue angle of 165º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38685C is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 92 -
CMYK 0.46 0 0.12 0.59
HSL 165º 0.3% 0.31% -
HSV(B) 165º 0.46% 0.41% -
XYZ 8.51 11.51 11.9 -
YUV 88.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 56 104 92 0.46 0 0.12 0.59 165 0.3 0.31
Hex 38 68 5C 2E 0 C 3B A5 1E 1F
Octal 70 150 134 56 0 14 73 245 36 37
Binary 111000 1101000 1011100 101110 0 1100 111011 10100101 11110 11111

Color Harmonies of #38685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38685C

Black with #38685C

Text Example


Text Example

White with #38685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38685C; }

 p { color: rgb(56,104,92); }

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

background-color css

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

 a { background-color: rgb(56,104,92); }

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

border-color css

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

 span { border-color: rgb(56,104,92); }

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