Html Css Color HEX #364D46 Corduroy

📋 copy color: '#364D46'

red 54 ◦ green 77 ◦ blue 70

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

Shades of Corduroy #364D46

Tints of Corduroy #364D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 26.87%
G = 38.31%
B = 34.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#364D46 (or 0x364D46) is known color: Corduroy. HEX triplet: 36, 4D and 46. RGB value is (54,77,70). Sum of RGB (Red+Green+Blue) = 54+77+70=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #364D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D46 is #C9B2B9. Grayscale: #454545. Windows color (decimal): -13218490 or 4607286. OLE color: 4607286.

HSL color Cylindrical-coordinate representation of color #364D46: hue angle of 161.74º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D46 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 77 70 -
CMYK 0.30 0 0.09 0.70
HSL 161.74º 0.18% 0.26% -
HSV(B) 161.74º 0.3% 0.3% -
XYZ 5.28 6.53 6.78 -
YUV 69.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 54 77 70 0.30 0 0.09 0.70 161.74 0.18 0.26
Hex 36 4D 46 1E 0 9 46 A2 12 1A
Octal 66 115 106 36 0 11 106 242 22 32
Binary 110110 1001101 1000110 11110 0 1001 1000110 10100010 10010 11010

Color Harmonies of #364D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D46

Black with #364D46

Text Example


Text Example

White with #364D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,77,70); }

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

background-color css

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

 a { background-color: rgb(54,77,70); }

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

border-color css

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

 span { border-color: rgb(54,77,70); }

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