Html Css Color HEX #335942 Goblin

📋 copy color: '#335942'

red 51 ◦ green 89 ◦ blue 66

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

Shades of Goblin #335942

Tints of Goblin #335942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.2%

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

R = 24.76%
G = 43.2%
B = 32.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#335942 (or 0x335942) is known color: Goblin. HEX triplet: 33, 59 and 42. RGB value is (51,89,66). Sum of RGB (Red+Green+Blue) = 51+89+66=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #335942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335942 is #CCA6BD. Grayscale: #4B4B4B. Windows color (decimal): -13412030 or 4348211. OLE color: 4348211.

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

Color convert

RGB 51 89 66 -
CMYK 0.43 0 0.26 0.65
HSL 143.68º 0.27% 0.27% -
HSV(B) 143.68º 0.43% 0.35% -
XYZ 5.92 8.24 6.43 -
YUV 75.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 51 89 66 0.43 0 0.26 0.65 143.68 0.27 0.27
Hex 33 59 42 2B 0 1A 41 90 1B 1B
Octal 63 131 102 53 0 32 101 220 33 33
Binary 110011 1011001 1000010 101011 0 11010 1000001 10010000 11011 11011

Color Harmonies of #335942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335942

Black with #335942

Text Example


Text Example

White with #335942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335942; }

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

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

background-color css

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

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

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

border-color css

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

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

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