Html Css Color HEX #365047 Corduroy

📋 copy color: '#365047'

red 54 ◦ green 80 ◦ blue 71

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

Shades of Corduroy #365047

Tints of Corduroy #365047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 26.34%
G = 39.02%
B = 34.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#365047 (or 0x365047) is known color: Corduroy. HEX triplet: 36, 50 and 47. RGB value is (54,80,71). Sum of RGB (Red+Green+Blue) = 54+80+71=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #365047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365047 is #C9AFB8. Grayscale: #474747. Windows color (decimal): -13217721 or 4673590. OLE color: 4673590.

HSL color Cylindrical-coordinate representation of color #365047: hue angle of 159.23º 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 #365047 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 71 -
CMYK 0.33 0 0.11 0.69
HSL 159.23º 0.19% 0.26% -
HSV(B) 159.23º 0.33% 0.31% -
XYZ 5.53 6.98 7.02 -
YUV 71.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 54 80 71 0.33 0 0.11 0.69 159.23 0.19 0.26
Hex 36 50 47 21 0 B 45 9F 13 1A
Octal 66 120 107 41 0 13 105 237 23 32
Binary 110110 1010000 1000111 100001 0 1011 1000101 10011111 10011 11010

Color Harmonies of #365047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365047

Black with #365047

Text Example


Text Example

White with #365047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365047; }

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

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

background-color css

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

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

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

border-color css

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

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

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