Html Css Color HEX #365248 Corduroy

📋 copy color: '#365248'

red 54 ◦ green 82 ◦ blue 72

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

Shades of Corduroy #365248

Tints of Corduroy #365248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.42%

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

R = 25.96%
G = 39.42%
B = 34.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#365248 (or 0x365248) is known color: Corduroy. HEX triplet: 36, 52 and 48. RGB value is (54,82,72). Sum of RGB (Red+Green+Blue) = 54+82+72=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #365248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365248 is #C9ADB7. Grayscale: #484848. Windows color (decimal): -13217208 or 4739638. OLE color: 4739638.

HSL color Cylindrical-coordinate representation of color #365248: hue angle of 158.57º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365248 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 72 -
CMYK 0.34 0 0.12 0.68
HSL 158.57º 0.21% 0.27% -
HSV(B) 158.57º 0.34% 0.32% -
XYZ 5.71 7.29 7.24 -
YUV 72.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 54 82 72 0.34 0 0.12 0.68 158.57 0.21 0.27
Hex 36 52 48 22 0 C 44 9F 15 1B
Octal 66 122 110 42 0 14 104 237 25 33
Binary 110110 1010010 1001000 100010 0 1100 1000100 10011111 10101 11011

Color Harmonies of #365248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365248

Black with #365248

Text Example


Text Example

White with #365248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365248; }

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

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

background-color css

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

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

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

border-color css

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

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

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