Html Css Color HEX #34715D Stromboli

📋 copy color: '#34715D'

red 52 ◦ green 113 ◦ blue 93

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

Shades of Stromboli #34715D

Tints of Stromboli #34715D

RGB

 RED value IS 52 (20.7% from 255) = 20.16%

 GREEN value IS 113 (44.53% from 255) = 43.8%

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

R = 20.16%
G = 43.8%
B = 36.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#34715D (or 0x34715D) is known color: Stromboli. HEX triplet: 34, 71 and 5D. RGB value is (52,113,93). Sum of RGB (Red+Green+Blue) = 52+113+93=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #34715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34715D is #CB8EA2. Grayscale: #5C5C5C. Windows color (decimal): -13340323 or 6123828. OLE color: 6123828.

HSL color Cylindrical-coordinate representation of color #34715D: hue angle of 160.33º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34715D is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 93 -
CMYK 0.54 0 0.18 0.56
HSL 160.33º 0.37% 0.32% -
HSV(B) 160.33º 0.54% 0.44% -
XYZ 9.3 13.33 12.44 -
YUV 92.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 52 113 93 0.54 0 0.18 0.56 160.33 0.37 0.32
Hex 34 71 5D 36 0 12 38 A0 25 20
Octal 64 161 135 66 0 22 70 240 45 40
Binary 110100 1110001 1011101 110110 0 10010 111000 10100000 100101 100000

Color Harmonies of #34715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34715D

Black with #34715D

Text Example


Text Example

White with #34715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,113,93); }

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

background-color css

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

 a { background-color: rgb(52,113,93); }

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

border-color css

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

 span { border-color: rgb(52,113,93); }

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