Html Css Color HEX #365148 Corduroy

📋 copy color: '#365148'

red 54 ◦ green 81 ◦ blue 72

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

Shades of Corduroy #365148

Tints of Corduroy #365148

RGB

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

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

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

R = 26.09%
G = 39.13%
B = 34.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#365148 (or 0x365148) is known color: Corduroy. HEX triplet: 36, 51 and 48. RGB value is (54,81,72). Sum of RGB (Red+Green+Blue) = 54+81+72=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #365148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365148 is #C9AEB7. Grayscale: #474747. Windows color (decimal): -13217464 or 4739382. OLE color: 4739382.

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

Color convert

RGB 54 81 72 -
CMYK 0.33 0 0.11 0.68
HSL 160º 0.2% 0.26% -
HSV(B) 160º 0.33% 0.32% -
XYZ 5.63 7.14 7.21 -
YUV 71.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 54 81 72 0.33 0 0.11 0.68 160 0.2 0.26
Hex 36 51 48 21 0 B 44 A0 14 1A
Octal 66 121 110 41 0 13 104 240 24 32
Binary 110110 1010001 1001000 100001 0 1011 1000100 10100000 10100 11010

Color Harmonies of #365148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365148

Black with #365148

Text Example


Text Example

White with #365148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365148; }

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

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

background-color css

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

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

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

border-color css

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

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

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