Html Css Color HEX #327441 Japanese Laurel

📋 copy color: '#327441'

red 50 ◦ green 116 ◦ blue 65

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

Shades of Japanese Laurel #327441

Tints of Japanese Laurel #327441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.22%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 21.65%
G = 50.22%
B = 28.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#327441 (or 0x327441) is known color: Japanese Laurel. HEX triplet: 32, 74 and 41. RGB value is (50,116,65). Sum of RGB (Red+Green+Blue) = 50+116+65=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #327441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327441 is #CD8BBE. Grayscale: #5A5A5A. Windows color (decimal): -13470655 or 4289586. OLE color: 4289586.

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

Color convert

RGB 50 116 65 -
CMYK 0.57 0 0.44 0.55
HSL 133.64º 0.4% 0.33% -
HSV(B) 133.64º 0.57% 0.45% -
XYZ 8.51 13.55 7.17 -
YUV 90.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 50 116 65 0.57 0 0.44 0.55 133.64 0.4 0.33
Hex 32 74 41 39 0 2C 37 86 28 21
Octal 62 164 101 71 0 54 67 206 50 41
Binary 110010 1110100 1000001 111001 0 101100 110111 10000110 101000 100001

Color Harmonies of #327441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327441

Black with #327441

Text Example


Text Example

White with #327441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327441; }

 p { color: rgb(50,116,65); }

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

background-color css

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

 a { background-color: rgb(50,116,65); }

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

border-color css

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

 span { border-color: rgb(50,116,65); }

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