Html Css Color HEX #335C41 Goblin

📋 copy color: '#335C41'

red 51 ◦ green 92 ◦ blue 65

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

Shades of Goblin #335C41

Tints of Goblin #335C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.23%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 24.52%
G = 44.23%
B = 31.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#335C41 (or 0x335C41) is known color: Goblin. HEX triplet: 33, 5C and 41. RGB value is (51,92,65). Sum of RGB (Red+Green+Blue) = 51+92+65=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #335C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C41 is #CCA3BE. Grayscale: #4C4C4C. Windows color (decimal): -13411263 or 4283443. OLE color: 4283443.

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

Color convert

RGB 51 92 65 -
CMYK 0.45 0 0.29 0.64
HSL 140.49º 0.29% 0.28% -
HSV(B) 140.49º 0.45% 0.36% -
XYZ 6.15 8.74 6.36 -
YUV 76.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 51 92 65 0.45 0 0.29 0.64 140.49 0.29 0.28
Hex 33 5C 41 2D 0 1D 40 8C 1D 1C
Octal 63 134 101 55 0 35 100 214 35 34
Binary 110011 1011100 1000001 101101 0 11101 1000000 10001100 11101 11100

Color Harmonies of #335C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C41

Black with #335C41

Text Example


Text Example

White with #335C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,92,65); }

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

background-color css

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

 a { background-color: rgb(51,92,65); }

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

border-color css

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

 span { border-color: rgb(51,92,65); }

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