Html Css Color HEX #36534A Corduroy

📋 copy color: '#36534A'

red 54 ◦ green 83 ◦ blue 74

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

Shades of Corduroy #36534A

Tints of Corduroy #36534A

RGB

 RED value IS 54 (21.48% from 255) = 25.59%

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

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

R = 25.59%
G = 39.34%
B = 35.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#36534A (or 0x36534A) is known color: Corduroy. HEX triplet: 36, 53 and 4A. RGB value is (54,83,74). Sum of RGB (Red+Green+Blue) = 54+83+74=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #36534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36534A is #C9ACB5. Grayscale: #494949. Windows color (decimal): -13216950 or 4870966. OLE color: 4870966.

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

Color convert

RGB 54 83 74 -
CMYK 0.35 0 0.11 0.67
HSL 161.38º 0.21% 0.27% -
HSV(B) 161.38º 0.35% 0.33% -
XYZ 5.85 7.47 7.61 -
YUV 73.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 54 83 74 0.35 0 0.11 0.67 161.38 0.21 0.27
Hex 36 53 4A 23 0 B 43 A1 15 1B
Octal 66 123 112 43 0 13 103 241 25 33
Binary 110110 1010011 1001010 100011 0 1011 1000011 10100001 10101 11011

Color Harmonies of #36534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36534A

Black with #36534A

Text Example


Text Example

White with #36534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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