Html Css Color HEX #335341 Goblin

📋 copy color: '#335341'

red 51 ◦ green 83 ◦ blue 65

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

Shades of Goblin #335341

Tints of Goblin #335341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

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

R = 25.63%
G = 41.71%
B = 32.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#335341 (or 0x335341) is known color: Goblin. HEX triplet: 33, 53 and 41. RGB value is (51,83,65). Sum of RGB (Red+Green+Blue) = 51+83+65=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #335341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335341 is #CCACBE. Grayscale: #474747. Windows color (decimal): -13413567 or 4281139. OLE color: 4281139.

HSL color Cylindrical-coordinate representation of color #335341: hue angle of 146.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335341 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 65 -
CMYK 0.39 0 0.22 0.67
HSL 146.25º 0.24% 0.26% -
HSV(B) 146.25º 0.39% 0.33% -
XYZ 5.41 7.27 6.12 -
YUV 71.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 51 83 65 0.39 0 0.22 0.67 146.25 0.24 0.26
Hex 33 53 41 27 0 16 43 92 18 1A
Octal 63 123 101 47 0 26 103 222 30 32
Binary 110011 1010011 1000001 100111 0 10110 1000011 10010010 11000 11010

Color Harmonies of #335341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335341

Black with #335341

Text Example


Text Example

White with #335341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335341; }

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

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

background-color css

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

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

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

border-color css

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

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

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