Html Css Color HEX #335E42 Goblin

📋 copy color: '#335E42'

red 51 ◦ green 94 ◦ blue 66

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

Shades of Goblin #335E42

Tints of Goblin #335E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.55%

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 24.17%
G = 44.55%
B = 31.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#335E42 (or 0x335E42) is known color: Goblin. HEX triplet: 33, 5E and 42. RGB value is (51,94,66). Sum of RGB (Red+Green+Blue) = 51+94+66=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 94 - color contains mainly: green. Hex color #335E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E42 is #CCA1BD. Grayscale: #4E4E4E. Windows color (decimal): -13410750 or 4349491. OLE color: 4349491.

HSL color Cylindrical-coordinate representation of color #335E42: hue angle of 140.93º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E42 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 94 66 -
CMYK 0.46 0 0.30 0.63
HSL 140.93º 0.3% 0.28% -
HSV(B) 140.93º 0.46% 0.37% -
XYZ 6.35 9.1 6.58 -
YUV 77.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 51 94 66 0.46 0 0.30 0.63 140.93 0.3 0.28
Hex 33 5E 42 2E 0 1E 3F 8D 1E 1C
Octal 63 136 102 56 0 36 77 215 36 34
Binary 110011 1011110 1000010 101110 0 11110 111111 10001101 11110 11100

Color Harmonies of #335E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E42

Black with #335E42

Text Example


Text Example

White with #335E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,94,66); }

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

background-color css

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

 a { background-color: rgb(51,94,66); }

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

border-color css

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

 span { border-color: rgb(51,94,66); }

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