Html Css Color HEX #354F48 Corduroy

📋 copy color: '#354F48'

red 53 ◦ green 79 ◦ blue 72

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

Shades of Corduroy #354F48

Tints of Corduroy #354F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 25.98%
G = 38.73%
B = 35.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#354F48 (or 0x354F48) is known color: Corduroy. HEX triplet: 35, 4F and 48. RGB value is (53,79,72). Sum of RGB (Red+Green+Blue) = 53+79+72=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #354F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F48 is #CAB0B7. Grayscale: #464646. Windows color (decimal): -13283512 or 4738869. OLE color: 4738869.

HSL color Cylindrical-coordinate representation of color #354F48: hue angle of 163.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 #354F48 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 79 72 -
CMYK 0.33 0 0.09 0.69
HSL 163.85º 0.2% 0.26% -
HSV(B) 163.85º 0.33% 0.31% -
XYZ 5.43 6.82 7.16 -
YUV 70.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 53 79 72 0.33 0 0.09 0.69 163.85 0.2 0.26
Hex 35 4F 48 21 0 9 45 A4 14 1A
Octal 65 117 110 41 0 11 105 244 24 32
Binary 110101 1001111 1001000 100001 0 1001 1000101 10100100 10100 11010

Color Harmonies of #354F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F48

Black with #354F48

Text Example


Text Example

White with #354F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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