Html Css Color HEX #38695E Stromboli

📋 copy color: '#38695E'

red 56 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #38695E

Tints of Stromboli #38695E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 21.96%
G = 41.18%
B = 36.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#38695E (or 0x38695E) is known color: Stromboli. HEX triplet: 38, 69 and 5E. RGB value is (56,105,94). Sum of RGB (Red+Green+Blue) = 56+105+94=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #38695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38695E is #C796A1. Grayscale: #595959. Windows color (decimal): -13080226 or 6187320. OLE color: 6187320.

HSL color Cylindrical-coordinate representation of color #38695E: hue angle of 166.53º 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 #38695E is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 94 -
CMYK 0.47 0 0.10 0.59
HSL 166.53º 0.3% 0.32% -
HSV(B) 166.53º 0.47% 0.41% -
XYZ 8.7 11.75 12.4 -
YUV 89.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 56 105 94 0.47 0 0.10 0.59 166.53 0.3 0.32
Hex 38 69 5E 2F 0 A 3B A7 1E 20
Octal 70 151 136 57 0 12 73 247 36 40
Binary 111000 1101001 1011110 101111 0 1010 111011 10100111 11110 100000

Color Harmonies of #38695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38695E

Black with #38695E

Text Example


Text Example

White with #38695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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