Html Css Color HEX #386954 Stromboli

📋 copy color: '#386954'

red 56 ◦ green 105 ◦ blue 84

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

Shades of Stromboli #386954

Tints of Stromboli #386954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 22.86%
G = 42.86%
B = 34.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#386954 (or 0x386954) is known color: Stromboli. HEX triplet: 38, 69 and 54. RGB value is (56,105,84). Sum of RGB (Red+Green+Blue) = 56+105+84=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #386954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386954 is #C796AB. Grayscale: #575757. Windows color (decimal): -13080236 or 5531960. OLE color: 5531960.

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

Color convert

RGB 56 105 84 -
CMYK 0.47 0 0.20 0.59
HSL 154.29º 0.3% 0.32% -
HSV(B) 154.29º 0.47% 0.41% -
XYZ 8.28 11.58 10.19 -
YUV 87.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 56 105 84 0.47 0 0.20 0.59 154.29 0.3 0.32
Hex 38 69 54 2F 0 14 3B 9A 1E 20
Octal 70 151 124 57 0 24 73 232 36 40
Binary 111000 1101001 1010100 101111 0 10100 111011 10011010 11110 100000

Color Harmonies of #386954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386954

Black with #386954

Text Example


Text Example

White with #386954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386954; }

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

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

background-color css

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

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

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

border-color css

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

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

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