Html Css Color HEX #327741 Japanese Laurel

📋 copy color: '#327741'

red 50 ◦ green 119 ◦ blue 65

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

Shades of Japanese Laurel #327741

Tints of Japanese Laurel #327741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.85%

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

R = 21.37%
G = 50.85%
B = 27.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#327741 (or 0x327741) is known color: Japanese Laurel. HEX triplet: 32, 77 and 41. RGB value is (50,119,65). Sum of RGB (Red+Green+Blue) = 50+119+65=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #327741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327741 is #CD88BE. Grayscale: #5C5C5C. Windows color (decimal): -13469887 or 4290354. OLE color: 4290354.

HSL color Cylindrical-coordinate representation of color #327741: hue angle of 133.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327741 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 65 -
CMYK 0.58 0 0.45 0.53
HSL 133.04º 0.41% 0.33% -
HSV(B) 133.04º 0.58% 0.47% -
XYZ 8.87 14.25 7.28 -
YUV 92.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 50 119 65 0.58 0 0.45 0.53 133.04 0.41 0.33
Hex 32 77 41 3A 0 2D 35 85 29 21
Octal 62 167 101 72 0 55 65 205 51 41
Binary 110010 1110111 1000001 111010 0 101101 110101 10000101 101001 100001

Color Harmonies of #327741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327741

Black with #327741

Text Example


Text Example

White with #327741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327741; }

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

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

background-color css

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

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

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

border-color css

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

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

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