Html Css Color HEX #365048 Corduroy

📋 copy color: '#365048'

red 54 ◦ green 80 ◦ blue 72

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

Shades of Corduroy #365048

Tints of Corduroy #365048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 26.21%
G = 38.83%
B = 34.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#365048 (or 0x365048) is known color: Corduroy. HEX triplet: 36, 50 and 48. RGB value is (54,80,72). Sum of RGB (Red+Green+Blue) = 54+80+72=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #365048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365048 is #C9AFB7. Grayscale: #474747. Windows color (decimal): -13217720 or 4739126. OLE color: 4739126.

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

Color convert

RGB 54 80 72 -
CMYK 0.33 0 0.10 0.69
HSL 161.54º 0.19% 0.26% -
HSV(B) 161.54º 0.33% 0.31% -
XYZ 5.56 6.99 7.19 -
YUV 71.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 54 80 72 0.33 0 0.10 0.69 161.54 0.19 0.26
Hex 36 50 48 21 0 A 45 A2 13 1A
Octal 66 120 110 41 0 12 105 242 23 32
Binary 110110 1010000 1001000 100001 0 1010 1000101 10100010 10011 11010

Color Harmonies of #365048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365048

Black with #365048

Text Example


Text Example

White with #365048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365048; }

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

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

background-color css

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

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

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

border-color css

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

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

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