Html Css Color HEX #35534A Corduroy

📋 copy color: '#35534A'

red 53 ◦ green 83 ◦ blue 74

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

Shades of Corduroy #35534A

Tints of Corduroy #35534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 25.24%
G = 39.52%
B = 35.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#35534A (or 0x35534A) is known color: Corduroy. HEX triplet: 35, 53 and 4A. RGB value is (53,83,74). Sum of RGB (Red+Green+Blue) = 53+83+74=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #35534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35534A is #CAACB5. Grayscale: #494949. Windows color (decimal): -13282486 or 4870965. OLE color: 4870965.

HSL color Cylindrical-coordinate representation of color #35534A: hue angle of 162º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35534A is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 74 -
CMYK 0.36 0 0.11 0.67
HSL 162º 0.22% 0.27% -
HSV(B) 162º 0.36% 0.33% -
XYZ 5.8 7.44 7.61 -
YUV 73 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 53 83 74 0.36 0 0.11 0.67 162 0.22 0.27
Hex 35 53 4A 24 0 B 43 A2 16 1B
Octal 65 123 112 44 0 13 103 242 26 33
Binary 110101 1010011 1001010 100100 0 1011 1000011 10100010 10110 11011

Color Harmonies of #35534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35534A

Black with #35534A

Text Example


Text Example

White with #35534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35534A; }

 p { color: rgb(53,83,74); }

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

background-color css

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

 a { background-color: rgb(53,83,74); }

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

border-color css

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

 span { border-color: rgb(53,83,74); }

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