Html Css Color HEX #345940 Goblin

📋 copy color: '#345940'

red 52 ◦ green 89 ◦ blue 64

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

Shades of Goblin #345940

Tints of Goblin #345940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.41%

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 25.37%
G = 43.41%
B = 31.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#345940 (or 0x345940) is known color: Goblin. HEX triplet: 34, 59 and 40. RGB value is (52,89,64). Sum of RGB (Red+Green+Blue) = 52+89+64=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #345940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345940 is #CBA6BF. Grayscale: #4B4B4B. Windows color (decimal): -13346496 or 4217140. OLE color: 4217140.

HSL color Cylindrical-coordinate representation of color #345940: hue angle of 139.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345940 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 64 -
CMYK 0.42 0 0.28 0.65
HSL 139.46º 0.26% 0.28% -
HSV(B) 139.46º 0.42% 0.35% -
XYZ 5.91 8.24 6.13 -
YUV 75.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 52 89 64 0.42 0 0.28 0.65 139.46 0.26 0.28
Hex 34 59 40 2A 0 1C 41 8B 1A 1C
Octal 64 131 100 52 0 34 101 213 32 34
Binary 110100 1011001 1000000 101010 0 11100 1000001 10001011 11010 11100

Color Harmonies of #345940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345940

Black with #345940

Text Example


Text Example

White with #345940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345940; }

 p { color: rgb(52,89,64); }

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

background-color css

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

 a { background-color: rgb(52,89,64); }

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

border-color css

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

 span { border-color: rgb(52,89,64); }

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