Html Css Color HEX #336141 Goblin

📋 copy color: '#336141'

red 51 ◦ green 97 ◦ blue 65

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

Shades of Goblin #336141

Tints of Goblin #336141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

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

R = 23.94%
G = 45.54%
B = 30.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#336141 (or 0x336141) is known color: Goblin. HEX triplet: 33, 61 and 41. RGB value is (51,97,65). Sum of RGB (Red+Green+Blue) = 51+97+65=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #336141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336141 is #CC9EBE. Grayscale: #4F4F4F. Windows color (decimal): -13409983 or 4284723. OLE color: 4284723.

HSL color Cylindrical-coordinate representation of color #336141: hue angle of 138.26º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #336141 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 65 -
CMYK 0.47 0 0.33 0.62
HSL 138.26º 0.31% 0.29% -
HSV(B) 138.26º 0.47% 0.38% -
XYZ 6.59 9.63 6.51 -
YUV 79.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 51 97 65 0.47 0 0.33 0.62 138.26 0.31 0.29
Hex 33 61 41 2F 0 21 3E 8A 1F 1D
Octal 63 141 101 57 0 41 76 212 37 35
Binary 110011 1100001 1000001 101111 0 100001 111110 10001010 11111 11101

Color Harmonies of #336141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336141

Black with #336141

Text Example


Text Example

White with #336141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336141; }

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

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

background-color css

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

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

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

border-color css

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

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

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