Html Css Color HEX #365146 Corduroy

📋 copy color: '#365146'

red 54 ◦ green 81 ◦ blue 70

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

Shades of Corduroy #365146

Tints of Corduroy #365146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.51%

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

R = 26.34%
G = 39.51%
B = 34.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#365146 (or 0x365146) is known color: Corduroy. HEX triplet: 36, 51 and 46. RGB value is (54,81,70). Sum of RGB (Red+Green+Blue) = 54+81+70=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #365146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365146 is #C9AEB9. Grayscale: #474747. Windows color (decimal): -13217466 or 4608310. OLE color: 4608310.

HSL color Cylindrical-coordinate representation of color #365146: hue angle of 155.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #365146 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 70 -
CMYK 0.33 0 0.14 0.68
HSL 155.56º 0.2% 0.26% -
HSV(B) 155.56º 0.33% 0.32% -
XYZ 5.57 7.11 6.87 -
YUV 71.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 54 81 70 0.33 0 0.14 0.68 155.56 0.2 0.26
Hex 36 51 46 21 0 E 44 9C 14 1A
Octal 66 121 106 41 0 16 104 234 24 32
Binary 110110 1010001 1000110 100001 0 1110 1000100 10011100 10100 11010

Color Harmonies of #365146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365146

Black with #365146

Text Example


Text Example

White with #365146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365146; }

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

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

background-color css

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

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

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

border-color css

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

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

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