Html Css Color HEX #335B40 Goblin

📋 copy color: '#335B40'

red 51 ◦ green 91 ◦ blue 64

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

Shades of Goblin #335B40

Tints of Goblin #335B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.17%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 24.76%
G = 44.17%
B = 31.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#335B40 (or 0x335B40) is known color: Goblin. HEX triplet: 33, 5B and 40. RGB value is (51,91,64). Sum of RGB (Red+Green+Blue) = 51+91+64=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #335B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B40 is #CCA4BF. Grayscale: #4C4C4C. Windows color (decimal): -13411520 or 4217651. OLE color: 4217651.

HSL color Cylindrical-coordinate representation of color #335B40: hue angle of 139.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B40 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 91 64 -
CMYK 0.44 0 0.30 0.64
HSL 139.5º 0.28% 0.28% -
HSV(B) 139.5º 0.44% 0.36% -
XYZ 6.03 8.56 6.18 -
YUV 75.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 51 91 64 0.44 0 0.30 0.64 139.5 0.28 0.28
Hex 33 5B 40 2C 0 1E 40 8C 1C 1C
Octal 63 133 100 54 0 36 100 214 34 34
Binary 110011 1011011 1000000 101100 0 11110 1000000 10001100 11100 11100

Color Harmonies of #335B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335B40

Black with #335B40

Text Example


Text Example

White with #335B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,91,64); }

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

background-color css

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

 a { background-color: rgb(51,91,64); }

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

border-color css

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

 span { border-color: rgb(51,91,64); }

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