Html Css Color HEX #38695D Stromboli

📋 copy color: '#38695D'

red 56 ◦ green 105 ◦ blue 93

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

Shades of Stromboli #38695D

Tints of Stromboli #38695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.34%

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

R = 22.05%
G = 41.34%
B = 36.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#38695D (or 0x38695D) is known color: Stromboli. HEX triplet: 38, 69 and 5D. RGB value is (56,105,93). Sum of RGB (Red+Green+Blue) = 56+105+93=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #38695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38695D is #C796A2. Grayscale: #585858. Windows color (decimal): -13080227 or 6121784. OLE color: 6121784.

HSL color Cylindrical-coordinate representation of color #38695D: hue angle of 165.31º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38695D is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 93 -
CMYK 0.47 0 0.11 0.59
HSL 165.31º 0.3% 0.32% -
HSV(B) 165.31º 0.47% 0.41% -
XYZ 8.66 11.73 12.16 -
YUV 88.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 56 105 93 0.47 0 0.11 0.59 165.31 0.3 0.32
Hex 38 69 5D 2F 0 B 3B A5 1E 20
Octal 70 151 135 57 0 13 73 245 36 40
Binary 111000 1101001 1011101 101111 0 1011 111011 10100101 11110 100000

Color Harmonies of #38695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38695D

Black with #38695D

Text Example


Text Example

White with #38695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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