Html Css Color HEX #345341 Goblin

📋 copy color: '#345341'

red 52 ◦ green 83 ◦ blue 65

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

Shades of Goblin #345341

Tints of Goblin #345341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 26%
G = 41.5%
B = 32.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#345341 (or 0x345341) is known color: Goblin. HEX triplet: 34, 53 and 41. RGB value is (52,83,65). Sum of RGB (Red+Green+Blue) = 52+83+65=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #345341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345341 is #CBACBE. Grayscale: #474747. Windows color (decimal): -13348031 or 4281140. OLE color: 4281140.

HSL color Cylindrical-coordinate representation of color #345341: hue angle of 145.16º 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 #345341 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 65 -
CMYK 0.37 0 0.22 0.67
HSL 145.16º 0.23% 0.26% -
HSV(B) 145.16º 0.37% 0.33% -
XYZ 5.46 7.3 6.12 -
YUV 71.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 52 83 65 0.37 0 0.22 0.67 145.16 0.23 0.26
Hex 34 53 41 25 0 16 43 91 17 1A
Octal 64 123 101 45 0 26 103 221 27 32
Binary 110100 1010011 1000001 100101 0 10110 1000011 10010001 10111 11010

Color Harmonies of #345341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345341

Black with #345341

Text Example


Text Example

White with #345341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345341; }

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

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

background-color css

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

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

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

border-color css

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

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

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