Html Css Color HEX #34553F Goblin

📋 copy color: '#34553F'

red 52 ◦ green 85 ◦ blue 63

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

Shades of Goblin #34553F

Tints of Goblin #34553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

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

R = 26%
G = 42.5%
B = 31.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#34553F (or 0x34553F) is known color: Goblin. HEX triplet: 34, 55 and 3F. RGB value is (52,85,63). Sum of RGB (Red+Green+Blue) = 52+85+63=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #34553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34553F is #CBAAC0. Grayscale: #484848. Windows color (decimal): -13347521 or 4150580. OLE color: 4150580.

HSL color Cylindrical-coordinate representation of color #34553F: hue angle of 140º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34553F is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 63 -
CMYK 0.39 0 0.26 0.67
HSL 140º 0.24% 0.27% -
HSV(B) 140º 0.39% 0.33% -
XYZ 5.56 7.59 5.87 -
YUV 72.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 52 85 63 0.39 0 0.26 0.67 140 0.24 0.27
Hex 34 55 3F 27 0 1A 43 8C 18 1B
Octal 64 125 77 47 0 32 103 214 30 33
Binary 110100 1010101 111111 100111 0 11010 1000011 10001100 11000 11011

Color Harmonies of #34553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34553F

Black with #34553F

Text Example


Text Example

White with #34553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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