Html Css Color HEX #36534C Corduroy

📋 copy color: '#36534C'

red 54 ◦ green 83 ◦ blue 76

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

Shades of Corduroy #36534C

Tints of Corduroy #36534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 25.35%
G = 38.97%
B = 35.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#36534C (or 0x36534C) is known color: Corduroy. HEX triplet: 36, 53 and 4C. RGB value is (54,83,76). Sum of RGB (Red+Green+Blue) = 54+83+76=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #36534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36534C is #C9ACB3. Grayscale: #494949. Windows color (decimal): -13216948 or 5002038. OLE color: 5002038.

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

Color convert

RGB 54 83 76 -
CMYK 0.35 0 0.08 0.67
HSL 165.52º 0.21% 0.27% -
HSV(B) 165.52º 0.35% 0.33% -
XYZ 5.92 7.49 7.97 -
YUV 73.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 54 83 76 0.35 0 0.08 0.67 165.52 0.21 0.27
Hex 36 53 4C 23 0 8 43 A6 15 1B
Octal 66 123 114 43 0 10 103 246 25 33
Binary 110110 1010011 1001100 100011 0 1000 1000011 10100110 10101 11011

Color Harmonies of #36534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36534C

Black with #36534C

Text Example


Text Example

White with #36534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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