Html Css Color HEX #335A42 Goblin

📋 copy color: '#335A42'

red 51 ◦ green 90 ◦ blue 66

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

Shades of Goblin #335A42

Tints of Goblin #335A42

RGB

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

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

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

R = 24.64%
G = 43.48%
B = 31.88%

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

#335A42 (or 0x335A42) is known color: Goblin. HEX triplet: 33, 5A and 42. RGB value is (51,90,66). Sum of RGB (Red+Green+Blue) = 51+90+66=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #335A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A42 is #CCA5BD. Grayscale: #4B4B4B. Windows color (decimal): -13411774 or 4348467. OLE color: 4348467.

HSL color Cylindrical-coordinate representation of color #335A42: hue angle of 143.08º 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 #335A42 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 90 66 -
CMYK 0.43 0 0.27 0.65
HSL 143.08º 0.28% 0.28% -
HSV(B) 143.08º 0.43% 0.35% -
XYZ 6 8.41 6.46 -
YUV 75.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 51 90 66 0.43 0 0.27 0.65 143.08 0.28 0.28
Hex 33 5A 42 2B 0 1B 41 8F 1C 1C
Octal 63 132 102 53 0 33 101 217 34 34
Binary 110011 1011010 1000010 101011 0 11011 1000001 10001111 11100 11100

Color Harmonies of #335A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A42

Black with #335A42

Text Example


Text Example

White with #335A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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