Html Css Color HEX #34563F Goblin

📋 copy color: '#34563F'

red 52 ◦ green 86 ◦ blue 63

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

Shades of Goblin #34563F

Tints of Goblin #34563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

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

R = 25.87%
G = 42.79%
B = 31.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#34563F (or 0x34563F) is known color: Goblin. HEX triplet: 34, 56 and 3F. RGB value is (52,86,63). Sum of RGB (Red+Green+Blue) = 52+86+63=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #34563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34563F is #CBA9C0. Grayscale: #494949. Windows color (decimal): -13347265 or 4150836. OLE color: 4150836.

HSL color Cylindrical-coordinate representation of color #34563F: hue angle of 139.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34563F is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 86 63 -
CMYK 0.40 0 0.27 0.66
HSL 139.41º 0.25% 0.27% -
HSV(B) 139.41º 0.4% 0.34% -
XYZ 5.64 7.74 5.9 -
YUV 73.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 52 86 63 0.40 0 0.27 0.66 139.41 0.25 0.27
Hex 34 56 3F 28 0 1B 42 8B 19 1B
Octal 64 126 77 50 0 33 102 213 31 33
Binary 110100 1010110 111111 101000 0 11011 1000010 10001011 11001 11011

Color Harmonies of #34563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34563F

Black with #34563F

Text Example


Text Example

White with #34563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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