Html Css Color HEX #34593F Goblin

📋 copy color: '#34593F'

red 52 ◦ green 89 ◦ blue 63

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

Shades of Goblin #34593F

Tints of Goblin #34593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.63%

 BLUE value IS 63 (25% from 255) = 30.88%

R = 25.49%
G = 43.63%
B = 30.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#34593F (or 0x34593F) is known color: Goblin. HEX triplet: 34, 59 and 3F. RGB value is (52,89,63). Sum of RGB (Red+Green+Blue) = 52+89+63=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #34593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34593F is #CBA6C0. Grayscale: #4B4B4B. Windows color (decimal): -13346497 or 4151604. OLE color: 4151604.

HSL color Cylindrical-coordinate representation of color #34593F: hue angle of 137.84º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34593F is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 63 -
CMYK 0.42 0 0.29 0.65
HSL 137.84º 0.26% 0.28% -
HSV(B) 137.84º 0.42% 0.35% -
XYZ 5.89 8.23 5.98 -
YUV 74.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 52 89 63 0.42 0 0.29 0.65 137.84 0.26 0.28
Hex 34 59 3F 2A 0 1D 41 8A 1A 1C
Octal 64 131 77 52 0 35 101 212 32 34
Binary 110100 1011001 111111 101010 0 11101 1000001 10001010 11010 11100

Color Harmonies of #34593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34593F

Black with #34593F

Text Example


Text Example

White with #34593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34593F; }

 p { color: rgb(52,89,63); }

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

background-color css

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

 a { background-color: rgb(52,89,63); }

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

border-color css

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

 span { border-color: rgb(52,89,63); }

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