Html Css Color HEX #335041 Goblin

📋 copy color: '#335041'

red 51 ◦ green 80 ◦ blue 65

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

Shades of Goblin #335041

Tints of Goblin #335041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

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

R = 26.02%
G = 40.82%
B = 33.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#335041 (or 0x335041) is known color: Goblin. HEX triplet: 33, 50 and 41. RGB value is (51,80,65). Sum of RGB (Red+Green+Blue) = 51+80+65=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #335041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335041 is #CCAFBE. Grayscale: #454545. Windows color (decimal): -13414335 or 4280371. OLE color: 4280371.

HSL color Cylindrical-coordinate representation of color #335041: hue angle of 148.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #335041 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 65 -
CMYK 0.36 0 0.19 0.69
HSL 148.97º 0.22% 0.26% -
HSV(B) 148.97º 0.36% 0.31% -
XYZ 5.19 6.82 6.04 -
YUV 69.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 51 80 65 0.36 0 0.19 0.69 148.97 0.22 0.26
Hex 33 50 41 24 0 13 45 95 16 1A
Octal 63 120 101 44 0 23 105 225 26 32
Binary 110011 1010000 1000001 100100 0 10011 1000101 10010101 10110 11010

Color Harmonies of #335041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335041

Black with #335041

Text Example


Text Example

White with #335041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335041; }

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

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

background-color css

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

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

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

border-color css

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

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

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