Html Css Color HEX #36514A Corduroy

📋 copy color: '#36514A'

red 54 ◦ green 81 ◦ blue 74

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

Shades of Corduroy #36514A

Tints of Corduroy #36514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.76%

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

R = 25.84%
G = 38.76%
B = 35.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#36514A (or 0x36514A) is known color: Corduroy. HEX triplet: 36, 51 and 4A. RGB value is (54,81,74). Sum of RGB (Red+Green+Blue) = 54+81+74=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #36514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36514A is #C9AEB5. Grayscale: #484848. Windows color (decimal): -13217462 or 4870454. OLE color: 4870454.

HSL color Cylindrical-coordinate representation of color #36514A: hue angle of 164.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #36514A is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 74 -
CMYK 0.33 0 0.09 0.68
HSL 164.44º 0.2% 0.26% -
HSV(B) 164.44º 0.33% 0.32% -
XYZ 5.7 7.16 7.56 -
YUV 72.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 54 81 74 0.33 0 0.09 0.68 164.44 0.2 0.26
Hex 36 51 4A 21 0 9 44 A4 14 1A
Octal 66 121 112 41 0 11 104 244 24 32
Binary 110110 1010001 1001010 100001 0 1001 1000100 10100100 10100 11010

Color Harmonies of #36514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36514A

Black with #36514A

Text Example


Text Example

White with #36514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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