Html Css Color HEX #327B2A Japanese Laurel

📋 copy color: '#327B2A'

red 50 ◦ green 123 ◦ blue 42

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

Shades of Japanese Laurel #327B2A

Tints of Japanese Laurel #327B2A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 57.21%

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 23.26%
G = 57.21%
B = 19.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#327B2A (or 0x327B2A) is known color: Japanese Laurel. HEX triplet: 32, 7B and 2A. RGB value is (50,123,42). Sum of RGB (Red+Green+Blue) = 50+123+42=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #327B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327B2A is #CD84D5. Grayscale: #5C5C5C. Windows color (decimal): -13468886 or 2784050. OLE color: 2784050.

HSL color Cylindrical-coordinate representation of color #327B2A: hue angle of 114.07º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327B2A is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 123 42 -
CMYK 0.59 0 0.66 0.52
HSL 114.07º 0.49% 0.32% -
HSV(B) 114.07º 0.66% 0.48% -
XYZ 8.82 15.01 4.62 -
YUV 91.94 99.82 98.09 -
System Red Green Blue C M Y K H S L
Decimal 50 123 42 0.59 0 0.66 0.52 114.07 0.49 0.32
Hex 32 7B 2A 3B 0 42 34 72 31 20
Octal 62 173 52 73 0 102 64 162 61 40
Binary 110010 1111011 101010 111011 0 1000010 110100 1110010 110001 100000

Color Harmonies of #327B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327B2A

Black with #327B2A

Text Example


Text Example

White with #327B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327B2A; }

 p { color: rgb(50,123,42); }

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

background-color css

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

 a { background-color: rgb(50,123,42); }

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

border-color css

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

 span { border-color: rgb(50,123,42); }

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