Html Css Color HEX #36534B Corduroy

📋 copy color: '#36534B'

red 54 ◦ green 83 ◦ blue 75

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

Shades of Corduroy #36534B

Tints of Corduroy #36534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 25.47%
G = 39.15%
B = 35.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#36534B (or 0x36534B) is known color: Corduroy. HEX triplet: 36, 53 and 4B. RGB value is (54,83,75). Sum of RGB (Red+Green+Blue) = 54+83+75=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #36534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36534B is #C9ACB4. Grayscale: #494949. Windows color (decimal): -13216949 or 4936502. OLE color: 4936502.

HSL color Cylindrical-coordinate representation of color #36534B: hue angle of 163.45º 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 #36534B is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 75 -
CMYK 0.35 0 0.10 0.67
HSL 163.45º 0.21% 0.27% -
HSV(B) 163.45º 0.35% 0.33% -
XYZ 5.88 7.48 7.79 -
YUV 73.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 54 83 75 0.35 0 0.10 0.67 163.45 0.21 0.27
Hex 36 53 4B 23 0 A 43 A3 15 1B
Octal 66 123 113 43 0 12 103 243 25 33
Binary 110110 1010011 1001011 100011 0 1010 1000011 10100011 10101 11011

Color Harmonies of #36534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36534B

Black with #36534B

Text Example


Text Example

White with #36534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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