Html Css Color HEX #34583C Goblin

📋 copy color: '#34583C'

red 52 ◦ green 88 ◦ blue 60

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

Shades of Goblin #34583C

Tints of Goblin #34583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 26%
G = 44%
B = 30%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#34583C (or 0x34583C) is known color: Goblin. HEX triplet: 34, 58 and 3C. RGB value is (52,88,60). Sum of RGB (Red+Green+Blue) = 52+88+60=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #34583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34583C is #CBA7C3. Grayscale: #4A4A4A. Windows color (decimal): -13346756 or 3954740. OLE color: 3954740.

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

Color convert

RGB 52 88 60 -
CMYK 0.41 0 0.32 0.65
HSL 133.33º 0.26% 0.27% -
HSV(B) 133.33º 0.41% 0.35% -
XYZ 5.72 8.04 5.52 -
YUV 74.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 52 88 60 0.41 0 0.32 0.65 133.33 0.26 0.27
Hex 34 58 3C 29 0 20 41 85 1A 1B
Octal 64 130 74 51 0 40 101 205 32 33
Binary 110100 1011000 111100 101001 0 100000 1000001 10000101 11010 11011

Color Harmonies of #34583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34583C

Black with #34583C

Text Example


Text Example

White with #34583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34583C; }

 p { color: rgb(52,88,60); }

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

background-color css

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

 a { background-color: rgb(52,88,60); }

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

border-color css

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

 span { border-color: rgb(52,88,60); }

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