#255429

Color #255429 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #255429

Tints of Parsley #255429

Color information

#255429 (or 0x255429) is unknown color: approx Parsley. HEX triplet: 25, 54 and 29. RGB value is (37,84,41). Sum of RGB (Red+Green+Blue) = 37+84+41=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #255429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255429 is #DAABD6. Grayscale: #414141. Windows color (decimal): -14330839 or 2708517. OLE color: 2708517.

HSL color Cylindrical-coordinate representation of color #255429: hue angle of 125.11º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255429 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB378441-
CMYK0.5600.510.67
HSL125.11º38.84%23.73%-
HSV(B)125.11º55.95%32.94%-
XYZ4.336.893.2-
YUV65.04114.43108-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=22.84%
G=51.85%
B=25.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784410.5600.510.67125.1138.8423.73
Hex25542938033437d2718
Octal4512451700631031754730
Binary100101101010010100111100001100111000011111110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255429; }

 p { color: rgb(37,84,41); }

 H1.HeaderClassName
 {
   color: #255429;
 }
 .AnyTagClassName
 {
   color: #255429;
 }
</style>
background-color css

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

 a { background-color: rgb(37,84,41); }

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

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

 span { border-color: rgb(37,84,41); }

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