Html Css Color HEX #365046 Corduroy

📋 copy color: '#365046'

red 54 ◦ green 80 ◦ blue 70

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

Shades of Corduroy #365046

Tints of Corduroy #365046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 26.47%
G = 39.22%
B = 34.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#365046 (or 0x365046) is known color: Corduroy. HEX triplet: 36, 50 and 46. RGB value is (54,80,70). Sum of RGB (Red+Green+Blue) = 54+80+70=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #365046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365046 is #C9AFB9. Grayscale: #474747. Windows color (decimal): -13217722 or 4608054. OLE color: 4608054.

HSL color Cylindrical-coordinate representation of color #365046: hue angle of 156.92º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #365046 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 70 -
CMYK 0.33 0 0.12 0.69
HSL 156.92º 0.19% 0.26% -
HSV(B) 156.92º 0.33% 0.31% -
XYZ 5.5 6.96 6.85 -
YUV 71.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 54 80 70 0.33 0 0.12 0.69 156.92 0.19 0.26
Hex 36 50 46 21 0 C 45 9D 13 1A
Octal 66 120 106 41 0 14 105 235 23 32
Binary 110110 1010000 1000110 100001 0 1100 1000101 10011101 10011 11010

Color Harmonies of #365046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365046

Black with #365046

Text Example


Text Example

White with #365046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365046; }

 p { color: rgb(54,80,70); }

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

background-color css

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

 a { background-color: rgb(54,80,70); }

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

border-color css

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

 span { border-color: rgb(54,80,70); }

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