Html Css Color HEX #34553C Goblin

📋 copy color: '#34553C'

red 52 ◦ green 85 ◦ blue 60

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

Shades of Goblin #34553C

Tints of Goblin #34553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 26.4%
G = 43.15%
B = 30.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#34553C (or 0x34553C) is known color: Goblin. HEX triplet: 34, 55 and 3C. RGB value is (52,85,60). Sum of RGB (Red+Green+Blue) = 52+85+60=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #34553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34553C is #CBAAC3. Grayscale: #484848. Windows color (decimal): -13347524 or 3953972. OLE color: 3953972.

HSL color Cylindrical-coordinate representation of color #34553C: hue angle of 134.55º 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 #34553C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 60 -
CMYK 0.39 0 0.29 0.67
HSL 134.55º 0.24% 0.27% -
HSV(B) 134.55º 0.39% 0.33% -
XYZ 5.48 7.55 5.44 -
YUV 72.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 52 85 60 0.39 0 0.29 0.67 134.55 0.24 0.27
Hex 34 55 3C 27 0 1D 43 87 18 1B
Octal 64 125 74 47 0 35 103 207 30 33
Binary 110100 1010101 111100 100111 0 11101 1000011 10000111 11000 11011

Color Harmonies of #34553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34553C

Black with #34553C

Text Example


Text Example

White with #34553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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