Html Css Color HEX #364E48 Corduroy

📋 copy color: '#364E48'

red 54 ◦ green 78 ◦ blue 72

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

Shades of Corduroy #364E48

Tints of Corduroy #364E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.24%

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

R = 26.47%
G = 38.24%
B = 35.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#364E48 (or 0x364E48) is known color: Corduroy. HEX triplet: 36, 4E and 48. RGB value is (54,78,72). Sum of RGB (Red+Green+Blue) = 54+78+72=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #364E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364E48 is #C9B1B7. Grayscale: #464646. Windows color (decimal): -13218232 or 4738614. OLE color: 4738614.

HSL color Cylindrical-coordinate representation of color #364E48: hue angle of 165º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #364E48 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 78 72 -
CMYK 0.31 0 0.08 0.69
HSL 165º 0.18% 0.26% -
HSV(B) 165º 0.31% 0.31% -
XYZ 5.42 6.7 7.14 -
YUV 70.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 54 78 72 0.31 0 0.08 0.69 165 0.18 0.26
Hex 36 4E 48 1F 0 8 45 A5 12 1A
Octal 66 116 110 37 0 10 105 245 22 32
Binary 110110 1001110 1001000 11111 0 1000 1000101 10100101 10010 11010

Color Harmonies of #364E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E48

Black with #364E48

Text Example


Text Example

White with #364E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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