Html Css Color HEX #365038 Parsley

📋 copy color: '#365038'

red 54 ◦ green 80 ◦ blue 56

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

Shades of Parsley #365038

Tints of Parsley #365038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 28.42%
G = 42.11%
B = 29.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#365038 (or 0x365038) is known color: Parsley. HEX triplet: 36, 50 and 38. RGB value is (54,80,56). Sum of RGB (Red+Green+Blue) = 54+80+56=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #365038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365038 is #C9AFC7. Grayscale: #454545. Windows color (decimal): -13217736 or 3690550. OLE color: 3690550.

HSL color Cylindrical-coordinate representation of color #365038: hue angle of 124.62º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #365038 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 56 -
CMYK 0.33 0 0.30 0.69
HSL 124.62º 0.19% 0.26% -
HSV(B) 124.62º 0.33% 0.31% -
XYZ 5.1 6.81 4.79 -
YUV 69.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 54 80 56 0.33 0 0.30 0.69 124.62 0.19 0.26
Hex 36 50 38 21 0 1E 45 7D 13 1A
Octal 66 120 70 41 0 36 105 175 23 32
Binary 110110 1010000 111000 100001 0 11110 1000101 1111101 10011 11010

Color Harmonies of #365038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365038

Black with #365038

Text Example


Text Example

White with #365038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365038; }

 p { color: rgb(54,80,56); }

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

background-color css

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

 a { background-color: rgb(54,80,56); }

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

border-color css

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

 span { border-color: rgb(54,80,56); }

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