Html Css Color HEX #354D3F Goblin

📋 copy color: '#354D3F'

red 53 ◦ green 77 ◦ blue 63

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

Shades of Goblin #354D3F

Tints of Goblin #354D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 63 (25% from 255) = 32.64%

R = 27.46%
G = 39.9%
B = 32.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#354D3F (or 0x354D3F) is known color: Goblin. HEX triplet: 35, 4D and 3F. RGB value is (53,77,63). Sum of RGB (Red+Green+Blue) = 53+77+63=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 77 - color contains mainly: green. Hex color #354D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D3F is #CAB2C0. Grayscale: #444444. Windows color (decimal): -13284033 or 4148533. OLE color: 4148533.

HSL color Cylindrical-coordinate representation of color #354D3F: hue angle of 145º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D3F is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 63 -
CMYK 0.31 0 0.18 0.70
HSL 145º 0.18% 0.25% -
HSV(B) 145º 0.31% 0.3% -
XYZ 5.02 6.42 5.68 -
YUV 68.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 53 77 63 0.31 0 0.18 0.70 145 0.18 0.25
Hex 35 4D 3F 1F 0 12 46 91 12 19
Octal 65 115 77 37 0 22 106 221 22 31
Binary 110101 1001101 111111 11111 0 10010 1000110 10010001 10010 11001

Color Harmonies of #354D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D3F

Black with #354D3F

Text Example


Text Example

White with #354D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,77,63); }

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

background-color css

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

 a { background-color: rgb(53,77,63); }

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

border-color css

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

 span { border-color: rgb(53,77,63); }

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