Html Css Color HEX #335E43 Goblin

📋 copy color: '#335E43'

red 51 ◦ green 94 ◦ blue 67

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

Shades of Goblin #335E43

Tints of Goblin #335E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.6%

R = 24.06%
G = 44.34%
B = 31.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#335E43 (or 0x335E43) is known color: Goblin. HEX triplet: 33, 5E and 43. RGB value is (51,94,67). Sum of RGB (Red+Green+Blue) = 51+94+67=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #335E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E43 is #CCA1BC. Grayscale: #4E4E4E. Windows color (decimal): -13410749 or 4415027. OLE color: 4415027.

HSL color Cylindrical-coordinate representation of color #335E43: hue angle of 142.33º 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 #335E43 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 94 67 -
CMYK 0.46 0 0.29 0.63
HSL 142.33º 0.3% 0.28% -
HSV(B) 142.33º 0.46% 0.37% -
XYZ 6.38 9.11 6.73 -
YUV 78.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 51 94 67 0.46 0 0.29 0.63 142.33 0.3 0.28
Hex 33 5E 43 2E 0 1D 3F 8E 1E 1C
Octal 63 136 103 56 0 35 77 216 36 34
Binary 110011 1011110 1000011 101110 0 11101 111111 10001110 11110 11100

Color Harmonies of #335E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E43

Black with #335E43

Text Example


Text Example

White with #335E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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