Html Css Color HEX #335842 Goblin

📋 copy color: '#335842'

red 51 ◦ green 88 ◦ blue 66

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

Shades of Goblin #335842

Tints of Goblin #335842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.93%

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

R = 24.88%
G = 42.93%
B = 32.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#335842 (or 0x335842) is known color: Goblin. HEX triplet: 33, 58 and 42. RGB value is (51,88,66). Sum of RGB (Red+Green+Blue) = 51+88+66=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #335842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335842 is #CCA7BD. Grayscale: #4A4A4A. Windows color (decimal): -13412286 or 4347955. OLE color: 4347955.

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

Color convert

RGB 51 88 66 -
CMYK 0.42 0 0.25 0.65
HSL 144.32º 0.27% 0.27% -
HSV(B) 144.32º 0.42% 0.35% -
XYZ 5.84 8.08 6.41 -
YUV 74.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 51 88 66 0.42 0 0.25 0.65 144.32 0.27 0.27
Hex 33 58 42 2A 0 19 41 90 1B 1B
Octal 63 130 102 52 0 31 101 220 33 33
Binary 110011 1011000 1000010 101010 0 11001 1000001 10010000 11011 11011

Color Harmonies of #335842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335842

Black with #335842

Text Example


Text Example

White with #335842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335842; }

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

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

background-color css

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

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

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

border-color css

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

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

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