Html Css Color HEX #365149 Corduroy

📋 copy color: '#365149'

red 54 ◦ green 81 ◦ blue 73

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

Shades of Corduroy #365149

Tints of Corduroy #365149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 25.96%
G = 38.94%
B = 35.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#365149 (or 0x365149) is known color: Corduroy. HEX triplet: 36, 51 and 49. RGB value is (54,81,73). Sum of RGB (Red+Green+Blue) = 54+81+73=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #365149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365149 is #C9AEB6. Grayscale: #484848. Windows color (decimal): -13217463 or 4804918. OLE color: 4804918.

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

Color convert

RGB 54 81 73 -
CMYK 0.33 0 0.10 0.68
HSL 162.22º 0.2% 0.26% -
HSV(B) 162.22º 0.33% 0.32% -
XYZ 5.67 7.15 7.38 -
YUV 72.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 54 81 73 0.33 0 0.10 0.68 162.22 0.2 0.26
Hex 36 51 49 21 0 A 44 A2 14 1A
Octal 66 121 111 41 0 12 104 242 24 32
Binary 110110 1010001 1001001 100001 0 1010 1000100 10100010 10100 11010

Color Harmonies of #365149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365149

Black with #365149

Text Example


Text Example

White with #365149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365149; }

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

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

background-color css

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

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

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

border-color css

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

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

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