Html Css Color HEX #364B45 Corduroy

📋 copy color: '#364B45'

red 54 ◦ green 75 ◦ blue 69

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

Shades of Corduroy #364B45

Tints of Corduroy #364B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.88%

 BLUE value IS 69 (27.34% from 255) = 34.85%

R = 27.27%
G = 37.88%
B = 34.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#364B45 (or 0x364B45) is known color: Corduroy. HEX triplet: 36, 4B and 45. RGB value is (54,75,69). Sum of RGB (Red+Green+Blue) = 54+75+69=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 75 - color contains mainly: green. Hex color #364B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B45 is #C9B4BA. Grayscale: #444444. Windows color (decimal): -13219003 or 4541238. OLE color: 4541238.

HSL color Cylindrical-coordinate representation of color #364B45: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #364B45 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 69 -
CMYK 0.28 0 0.08 0.71
HSL 162.86º 0.16% 0.25% -
HSV(B) 162.86º 0.28% 0.29% -
XYZ 5.11 6.25 6.57 -
YUV 68.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 54 75 69 0.28 0 0.08 0.71 162.86 0.16 0.25
Hex 36 4B 45 1C 0 8 47 A3 10 19
Octal 66 113 105 34 0 10 107 243 20 31
Binary 110110 1001011 1000101 11100 0 1000 1000111 10100011 10000 11001

Color Harmonies of #364B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B45

Black with #364B45

Text Example


Text Example

White with #364B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,75,69); }

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

background-color css

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

 a { background-color: rgb(54,75,69); }

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

border-color css

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

 span { border-color: rgb(54,75,69); }

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