Html Css Color HEX #365A38 Parsley

📋 copy color: '#365A38'

red 54 ◦ green 90 ◦ blue 56

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

Shades of Parsley #365A38

Tints of Parsley #365A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45%

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

R = 27%
G = 45%
B = 28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#365A38 (or 0x365A38) is known color: Parsley. HEX triplet: 36, 5A and 38. RGB value is (54,90,56). Sum of RGB (Red+Green+Blue) = 54+90+56=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #365A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A38 is #C9A5C7. Grayscale: #4B4B4B. Windows color (decimal): -13215176 or 3693110. OLE color: 3693110.

HSL color Cylindrical-coordinate representation of color #365A38: hue angle of 123.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A38 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 56 -
CMYK 0.40 0 0.38 0.65
HSL 123.33º 0.25% 0.28% -
HSV(B) 123.33º 0.4% 0.35% -
XYZ 5.89 8.38 5.05 -
YUV 75.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 54 90 56 0.40 0 0.38 0.65 123.33 0.25 0.28
Hex 36 5A 38 28 0 26 41 7B 19 1C
Octal 66 132 70 50 0 46 101 173 31 34
Binary 110110 1011010 111000 101000 0 100110 1000001 1111011 11001 11100

Color Harmonies of #365A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A38

Black with #365A38

Text Example


Text Example

White with #365A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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