Html Css Color HEX #34583D Goblin

📋 copy color: '#34583D'

red 52 ◦ green 88 ◦ blue 61

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

Shades of Goblin #34583D

Tints of Goblin #34583D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 25.87%
G = 43.78%
B = 30.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#34583D (or 0x34583D) is known color: Goblin. HEX triplet: 34, 58 and 3D. RGB value is (52,88,61). Sum of RGB (Red+Green+Blue) = 52+88+61=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #34583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34583D is #CBA7C2. Grayscale: #4A4A4A. Windows color (decimal): -13346755 or 4020276. OLE color: 4020276.

HSL color Cylindrical-coordinate representation of color #34583D: hue angle of 135º 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 #34583D is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 61 -
CMYK 0.41 0 0.31 0.65
HSL 135º 0.26% 0.27% -
HSV(B) 135º 0.41% 0.35% -
XYZ 5.75 8.05 5.67 -
YUV 74.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 52 88 61 0.41 0 0.31 0.65 135 0.26 0.27
Hex 34 58 3D 29 0 1F 41 87 1A 1B
Octal 64 130 75 51 0 37 101 207 32 33
Binary 110100 1011000 111101 101001 0 11111 1000001 10000111 11010 11011

Color Harmonies of #34583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34583D

Black with #34583D

Text Example


Text Example

White with #34583D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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