Html Css Color HEX #34553B Goblin

📋 copy color: '#34553B'

red 52 ◦ green 85 ◦ blue 59

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

Shades of Goblin #34553B

Tints of Goblin #34553B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 26.53%
G = 43.37%
B = 30.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#34553B (or 0x34553B) is known color: Goblin. HEX triplet: 34, 55 and 3B. RGB value is (52,85,59). Sum of RGB (Red+Green+Blue) = 52+85+59=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #34553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34553B is #CBAAC4. Grayscale: #484848. Windows color (decimal): -13347525 or 3888436. OLE color: 3888436.

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

Color convert

RGB 52 85 59 -
CMYK 0.39 0 0.31 0.67
HSL 132.73º 0.24% 0.27% -
HSV(B) 132.73º 0.39% 0.33% -
XYZ 5.45 7.54 5.31 -
YUV 72.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 52 85 59 0.39 0 0.31 0.67 132.73 0.24 0.27
Hex 34 55 3B 27 0 1F 43 85 18 1B
Octal 64 125 73 47 0 37 103 205 30 33
Binary 110100 1010101 111011 100111 0 11111 1000011 10000101 11000 11011

Color Harmonies of #34553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34553B

Black with #34553B

Text Example


Text Example

White with #34553B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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