Html Css Color HEX #346044 Goblin

📋 copy color: '#346044'

red 52 ◦ green 96 ◦ blue 68

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

Shades of Goblin #346044

Tints of Goblin #346044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.48%

R = 24.07%
G = 44.44%
B = 31.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#346044 (or 0x346044) is known color: Goblin. HEX triplet: 34, 60 and 44. RGB value is (52,96,68). Sum of RGB (Red+Green+Blue) = 52+96+68=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #346044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346044 is #CB9FBB. Grayscale: #4F4F4F. Windows color (decimal): -13344700 or 4481076. OLE color: 4481076.

HSL color Cylindrical-coordinate representation of color #346044: hue angle of 141.82º 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 #346044 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 68 -
CMYK 0.46 0 0.29 0.62
HSL 141.82º 0.3% 0.29% -
HSV(B) 141.82º 0.46% 0.38% -
XYZ 6.64 9.51 6.95 -
YUV 79.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 52 96 68 0.46 0 0.29 0.62 141.82 0.3 0.29
Hex 34 60 44 2E 0 1D 3E 8E 1E 1D
Octal 64 140 104 56 0 35 76 216 36 35
Binary 110100 1100000 1000100 101110 0 11101 111110 10001110 11110 11101

Color Harmonies of #346044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346044

Black with #346044

Text Example


Text Example

White with #346044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346044; }

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

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

background-color css

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

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

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

border-color css

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

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

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