Html Css Color HEX #345642 Goblin

📋 copy color: '#345642'

red 52 ◦ green 86 ◦ blue 66

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

Shades of Goblin #345642

Tints of Goblin #345642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.16%

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 25.49%
G = 42.16%
B = 32.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#345642 (or 0x345642) is known color: Goblin. HEX triplet: 34, 56 and 42. RGB value is (52,86,66). Sum of RGB (Red+Green+Blue) = 52+86+66=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #345642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345642 is #CBA9BD. Grayscale: #494949. Windows color (decimal): -13347262 or 4347444. OLE color: 4347444.

HSL color Cylindrical-coordinate representation of color #345642: hue angle of 144.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345642 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 86 66 -
CMYK 0.40 0 0.23 0.66
HSL 144.71º 0.25% 0.27% -
HSV(B) 144.71º 0.4% 0.34% -
XYZ 5.73 7.78 6.35 -
YUV 73.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 52 86 66 0.40 0 0.23 0.66 144.71 0.25 0.27
Hex 34 56 42 28 0 17 42 91 19 1B
Octal 64 126 102 50 0 27 102 221 31 33
Binary 110100 1010110 1000010 101000 0 10111 1000010 10010001 11001 11011

Color Harmonies of #345642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345642

Black with #345642

Text Example


Text Example

White with #345642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345642; }

 p { color: rgb(52,86,66); }

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

background-color css

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

 a { background-color: rgb(52,86,66); }

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

border-color css

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

 span { border-color: rgb(52,86,66); }

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