Html Css Color HEX #335A41 Goblin

📋 copy color: '#335A41'

red 51 ◦ green 90 ◦ blue 65

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

Shades of Goblin #335A41

Tints of Goblin #335A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.69%

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

R = 24.76%
G = 43.69%
B = 31.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#335A41 (or 0x335A41) is known color: Goblin. HEX triplet: 33, 5A and 41. RGB value is (51,90,65). Sum of RGB (Red+Green+Blue) = 51+90+65=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #335A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A41 is #CCA5BE. Grayscale: #4B4B4B. Windows color (decimal): -13411775 or 4282931. OLE color: 4282931.

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

Color convert

RGB 51 90 65 -
CMYK 0.43 0 0.28 0.65
HSL 141.54º 0.28% 0.28% -
HSV(B) 141.54º 0.43% 0.35% -
XYZ 5.98 8.4 6.31 -
YUV 75.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 51 90 65 0.43 0 0.28 0.65 141.54 0.28 0.28
Hex 33 5A 41 2B 0 1C 41 8E 1C 1C
Octal 63 132 101 53 0 34 101 216 34 34
Binary 110011 1011010 1000001 101011 0 11100 1000001 10001110 11100 11100

Color Harmonies of #335A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A41

Black with #335A41

Text Example


Text Example

White with #335A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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