Html Css Color HEX #38685B Stromboli

📋 copy color: '#38685B'

red 56 ◦ green 104 ◦ blue 91

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

Shades of Stromboli #38685B

Tints of Stromboli #38685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 22.31%
G = 41.43%
B = 36.25%

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

#38685B (or 0x38685B) is known color: Stromboli. HEX triplet: 38, 68 and 5B. RGB value is (56,104,91). Sum of RGB (Red+Green+Blue) = 56+104+91=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #38685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685B is #C797A4. Grayscale: #585858. Windows color (decimal): -13080485 or 5990456. OLE color: 5990456.

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

Color convert

RGB 56 104 91 -
CMYK 0.46 0 0.12 0.59
HSL 163.75º 0.3% 0.31% -
HSV(B) 163.75º 0.46% 0.41% -
XYZ 8.47 11.5 11.67 -
YUV 88.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 56 104 91 0.46 0 0.12 0.59 163.75 0.3 0.31
Hex 38 68 5B 2E 0 C 3B A4 1E 1F
Octal 70 150 133 56 0 14 73 244 36 37
Binary 111000 1101000 1011011 101110 0 1100 111011 10100100 11110 11111

Color Harmonies of #38685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38685B

Black with #38685B

Text Example


Text Example

White with #38685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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