Html Css Color HEX #327335 Japanese Laurel

📋 copy color: '#327335'

red 50 ◦ green 115 ◦ blue 53

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

Shades of Japanese Laurel #327335

Tints of Japanese Laurel #327335

RGB

 RED value IS 50 (19.92% from 255) = 22.94%

 GREEN value IS 115 (45.31% from 255) = 52.75%

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 22.94%
G = 52.75%
B = 24.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#327335 (or 0x327335) is known color: Japanese Laurel. HEX triplet: 32, 73 and 35. RGB value is (50,115,53). Sum of RGB (Red+Green+Blue) = 50+115+53=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #327335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327335 is #CD8CCA. Grayscale: #585858. Windows color (decimal): -13470923 or 3502898. OLE color: 3502898.

HSL color Cylindrical-coordinate representation of color #327335: hue angle of 122.77º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327335 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 53 -
CMYK 0.57 0 0.54 0.55
HSL 122.77º 0.39% 0.32% -
HSV(B) 122.77º 0.57% 0.45% -
XYZ 8.09 13.2 5.49 -
YUV 88.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 50 115 53 0.57 0 0.54 0.55 122.77 0.39 0.32
Hex 32 73 35 39 0 36 37 7B 27 20
Octal 62 163 65 71 0 66 67 173 47 40
Binary 110010 1110011 110101 111001 0 110110 110111 1111011 100111 100000

Color Harmonies of #327335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327335

Black with #327335

Text Example


Text Example

White with #327335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327335; }

 p { color: rgb(50,115,53); }

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

background-color css

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

 a { background-color: rgb(50,115,53); }

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

border-color css

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

 span { border-color: rgb(50,115,53); }

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