Html Css Color HEX #335941 Goblin

📋 copy color: '#335941'

red 51 ◦ green 89 ◦ blue 65

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

Shades of Goblin #335941

Tints of Goblin #335941

RGB

 RED value IS 51 (20.31% from 255) = 24.88%

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

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 24.88%
G = 43.41%
B = 31.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#335941 (or 0x335941) is known color: Goblin. HEX triplet: 33, 59 and 41. RGB value is (51,89,65). Sum of RGB (Red+Green+Blue) = 51+89+65=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #335941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335941 is #CCA6BE. Grayscale: #4A4A4A. Windows color (decimal): -13412031 or 4282675. OLE color: 4282675.

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

Color convert

RGB 51 89 65 -
CMYK 0.43 0 0.27 0.65
HSL 142.11º 0.27% 0.27% -
HSV(B) 142.11º 0.43% 0.35% -
XYZ 5.89 8.23 6.28 -
YUV 74.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 51 89 65 0.43 0 0.27 0.65 142.11 0.27 0.27
Hex 33 59 41 2B 0 1B 41 8E 1B 1B
Octal 63 131 101 53 0 33 101 216 33 33
Binary 110011 1011001 1000001 101011 0 11011 1000001 10001110 11011 11011

Color Harmonies of #335941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335941

Black with #335941

Text Example


Text Example

White with #335941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335941; }

 p { color: rgb(51,89,65); }

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

background-color css

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

 a { background-color: rgb(51,89,65); }

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

border-color css

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

 span { border-color: rgb(51,89,65); }

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