Html Css Color HEX #365247 Corduroy

📋 copy color: '#365247'

red 54 ◦ green 82 ◦ blue 71

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

Shades of Corduroy #365247

Tints of Corduroy #365247

RGB

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

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

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

R = 26.09%
G = 39.61%
B = 34.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#365247 (or 0x365247) is known color: Corduroy. HEX triplet: 36, 52 and 47. RGB value is (54,82,71). Sum of RGB (Red+Green+Blue) = 54+82+71=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #365247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365247 is #C9ADB8. Grayscale: #484848. Windows color (decimal): -13217209 or 4674102. OLE color: 4674102.

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

Color convert

RGB 54 82 71 -
CMYK 0.34 0 0.13 0.68
HSL 156.43º 0.21% 0.27% -
HSV(B) 156.43º 0.34% 0.32% -
XYZ 5.68 7.27 7.07 -
YUV 72.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 54 82 71 0.34 0 0.13 0.68 156.43 0.21 0.27
Hex 36 52 47 22 0 D 44 9C 15 1B
Octal 66 122 107 42 0 15 104 234 25 33
Binary 110110 1010010 1000111 100010 0 1101 1000100 10011100 10101 11011

Color Harmonies of #365247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365247

Black with #365247

Text Example


Text Example

White with #365247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365247; }

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

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

background-color css

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

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

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

border-color css

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

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

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