Html Css Color HEX #38685A Stromboli

📋 copy color: '#38685A'

red 56 ◦ green 104 ◦ blue 90

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

Shades of Stromboli #38685A

Tints of Stromboli #38685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36%

R = 22.4%
G = 41.6%
B = 36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#38685A (or 0x38685A) is known color: Stromboli. HEX triplet: 38, 68 and 5A. RGB value is (56,104,90). Sum of RGB (Red+Green+Blue) = 56+104+90=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #38685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685A is #C797A5. Grayscale: #585858. Windows color (decimal): -13080486 or 5924920. OLE color: 5924920.

HSL color Cylindrical-coordinate representation of color #38685A: hue angle of 162.5º 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 #38685A is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 90 -
CMYK 0.46 0 0.13 0.59
HSL 162.5º 0.3% 0.31% -
HSV(B) 162.5º 0.46% 0.41% -
XYZ 8.43 11.48 11.44 -
YUV 88.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 56 104 90 0.46 0 0.13 0.59 162.5 0.3 0.31
Hex 38 68 5A 2E 0 D 3B A2 1E 1F
Octal 70 150 132 56 0 15 73 242 36 37
Binary 111000 1101000 1011010 101110 0 1101 111011 10100010 11110 11111

Color Harmonies of #38685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38685A

Black with #38685A

Text Example


Text Example

White with #38685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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