Html Css Color HEX #38705C Stromboli

📋 copy color: '#38705C'

red 56 ◦ green 112 ◦ blue 92

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

Shades of Stromboli #38705C

Tints of Stromboli #38705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

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

R = 21.54%
G = 43.08%
B = 35.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#38705C (or 0x38705C) is known color: Stromboli. HEX triplet: 38, 70 and 5C. RGB value is (56,112,92). Sum of RGB (Red+Green+Blue) = 56+112+92=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #38705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38705C is #C78FA3. Grayscale: #5D5D5D. Windows color (decimal): -13078436 or 6058040. OLE color: 6058040.

HSL color Cylindrical-coordinate representation of color #38705C: hue angle of 158.57º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38705C is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 92 -
CMYK 0.50 0 0.18 0.56
HSL 158.57º 0.33% 0.33% -
HSV(B) 158.57º 0.5% 0.44% -
XYZ 9.36 13.2 12.18 -
YUV 92.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 56 112 92 0.50 0 0.18 0.56 158.57 0.33 0.33
Hex 38 70 5C 32 0 12 38 9F 21 21
Octal 70 160 134 62 0 22 70 237 41 41
Binary 111000 1110000 1011100 110010 0 10010 111000 10011111 100001 100001

Color Harmonies of #38705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38705C

Black with #38705C

Text Example


Text Example

White with #38705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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