Html Css Color HEX #365334 Parsley

📋 copy color: '#365334'

red 54 ◦ green 83 ◦ blue 52

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

Shades of Parsley #365334

Tints of Parsley #365334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 28.57%
G = 43.92%
B = 27.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#365334 (or 0x365334) is known color: Parsley. HEX triplet: 36, 53 and 34. RGB value is (54,83,52). Sum of RGB (Red+Green+Blue) = 54+83+52=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #365334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365334 is #C9ACCB. Grayscale: #464646. Windows color (decimal): -13216972 or 3429174. OLE color: 3429174.

HSL color Cylindrical-coordinate representation of color #365334: hue angle of 116.13º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365334 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 52 -
CMYK 0.35 0 0.37 0.67
HSL 116.13º 0.23% 0.26% -
HSV(B) 116.13º 0.37% 0.33% -
XYZ 5.23 7.22 4.37 -
YUV 70.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 54 83 52 0.35 0 0.37 0.67 116.13 0.23 0.26
Hex 36 53 34 23 0 25 43 74 17 1A
Octal 66 123 64 43 0 45 103 164 27 32
Binary 110110 1010011 110100 100011 0 100101 1000011 1110100 10111 11010

Color Harmonies of #365334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365334

Black with #365334

Text Example


Text Example

White with #365334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365334; }

 p { color: rgb(54,83,52); }

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

background-color css

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

 a { background-color: rgb(54,83,52); }

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

border-color css

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

 span { border-color: rgb(54,83,52); }

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