Html Css Color HEX #34533B Goblin

📋 copy color: '#34533B'

red 52 ◦ green 83 ◦ blue 59

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

Shades of Goblin #34533B

Tints of Goblin #34533B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

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

R = 26.8%
G = 42.78%
B = 30.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#34533B (or 0x34533B) is known color: Goblin. HEX triplet: 34, 53 and 3B. RGB value is (52,83,59). Sum of RGB (Red+Green+Blue) = 52+83+59=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #34533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34533B is #CBACC4. Grayscale: #474747. Windows color (decimal): -13348037 or 3887924. OLE color: 3887924.

HSL color Cylindrical-coordinate representation of color #34533B: hue angle of 133.55º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34533B is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 59 -
CMYK 0.37 0 0.29 0.67
HSL 133.55º 0.23% 0.26% -
HSV(B) 133.55º 0.37% 0.33% -
XYZ 5.3 7.23 5.25 -
YUV 71 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 52 83 59 0.37 0 0.29 0.67 133.55 0.23 0.26
Hex 34 53 3B 25 0 1D 43 86 17 1A
Octal 64 123 73 45 0 35 103 206 27 32
Binary 110100 1010011 111011 100101 0 11101 1000011 10000110 10111 11010

Color Harmonies of #34533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34533B

Black with #34533B

Text Example


Text Example

White with #34533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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