Html Css Color HEX #346042 Goblin

📋 copy color: '#346042'

red 52 ◦ green 96 ◦ blue 66

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

Shades of Goblin #346042

Tints of Goblin #346042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

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

R = 24.3%
G = 44.86%
B = 30.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#346042 (or 0x346042) is known color: Goblin. HEX triplet: 34, 60 and 42. RGB value is (52,96,66). Sum of RGB (Red+Green+Blue) = 52+96+66=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #346042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346042 is #CB9FBD. Grayscale: #4F4F4F. Windows color (decimal): -13344702 or 4350004. OLE color: 4350004.

HSL color Cylindrical-coordinate representation of color #346042: hue angle of 139.09º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346042 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 66 -
CMYK 0.46 0 0.31 0.62
HSL 139.09º 0.3% 0.29% -
HSV(B) 139.09º 0.46% 0.38% -
XYZ 6.58 9.49 6.64 -
YUV 79.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 52 96 66 0.46 0 0.31 0.62 139.09 0.3 0.29
Hex 34 60 42 2E 0 1F 3E 8B 1E 1D
Octal 64 140 102 56 0 37 76 213 36 35
Binary 110100 1100000 1000010 101110 0 11111 111110 10001011 11110 11101

Color Harmonies of #346042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346042

Black with #346042

Text Example


Text Example

White with #346042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346042; }

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

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

background-color css

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

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

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

border-color css

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

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

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