Html Css Color HEX #354F3B Goblin

📋 copy color: '#354F3B'

red 53 ◦ green 79 ◦ blue 59

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

Shades of Goblin #354F3B

Tints of Goblin #354F3B

RGB

 RED value IS 53 (21.09% from 255) = 27.75%

 GREEN value IS 79 (31.25% from 255) = 41.36%

 BLUE value IS 59 (23.44% from 255) = 30.89%

R = 27.75%
G = 41.36%
B = 30.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#354F3B (or 0x354F3B) is known color: Goblin. HEX triplet: 35, 4F and 3B. RGB value is (53,79,59). Sum of RGB (Red+Green+Blue) = 53+79+59=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #354F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F3B is #CAB0C4. Grayscale: #454545. Windows color (decimal): -13283525 or 3886901. OLE color: 3886901.

HSL color Cylindrical-coordinate representation of color #354F3B: hue angle of 133.85º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #354F3B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 79 59 -
CMYK 0.33 0 0.25 0.69
HSL 133.85º 0.2% 0.26% -
HSV(B) 133.85º 0.33% 0.31% -
XYZ 5.05 6.66 5.16 -
YUV 68.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 53 79 59 0.33 0 0.25 0.69 133.85 0.2 0.26
Hex 35 4F 3B 21 0 19 45 86 14 1A
Octal 65 117 73 41 0 31 105 206 24 32
Binary 110101 1001111 111011 100001 0 11001 1000101 10000110 10100 11010

Color Harmonies of #354F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F3B

Black with #354F3B

Text Example


Text Example

White with #354F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354F3B; }

 p { color: rgb(53,79,59); }

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

background-color css

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

 a { background-color: rgb(53,79,59); }

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

border-color css

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

 span { border-color: rgb(53,79,59); }

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