Html Css Color HEX #335A3E Goblin

📋 copy color: '#335A3E'

red 51 ◦ green 90 ◦ blue 62

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

Shades of Goblin #335A3E

Tints of Goblin #335A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 25.12%
G = 44.33%
B = 30.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#335A3E (or 0x335A3E) is known color: Goblin. HEX triplet: 33, 5A and 3E. RGB value is (51,90,62). Sum of RGB (Red+Green+Blue) = 51+90+62=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #335A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A3E is #CCA5C1. Grayscale: #4B4B4B. Windows color (decimal): -13411778 or 4086323. OLE color: 4086323.

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

Color convert

RGB 51 90 62 -
CMYK 0.43 0 0.31 0.65
HSL 136.92º 0.28% 0.28% -
HSV(B) 136.92º 0.43% 0.35% -
XYZ 5.89 8.36 5.86 -
YUV 75.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 51 90 62 0.43 0 0.31 0.65 136.92 0.28 0.28
Hex 33 5A 3E 2B 0 1F 41 89 1C 1C
Octal 63 132 76 53 0 37 101 211 34 34
Binary 110011 1011010 111110 101011 0 11111 1000001 10001001 11100 11100

Color Harmonies of #335A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A3E

Black with #335A3E

Text Example


Text Example

White with #335A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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