Html Css Color HEX #327C2B Japanese Laurel

📋 copy color: '#327C2B'

red 50 ◦ green 124 ◦ blue 43

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

Shades of Japanese Laurel #327C2B

Tints of Japanese Laurel #327C2B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.14%

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 23.04%
G = 57.14%
B = 19.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#327C2B (or 0x327C2B) is known color: Japanese Laurel. HEX triplet: 32, 7C and 2B. RGB value is (50,124,43). Sum of RGB (Red+Green+Blue) = 50+124+43=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #327C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C2B is #CD83D4. Grayscale: #5C5C5C. Windows color (decimal): -13468629 or 2849842. OLE color: 2849842.

HSL color Cylindrical-coordinate representation of color #327C2B: hue angle of 114.81º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327C2B is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 43 -
CMYK 0.60 0 0.65 0.51
HSL 114.81º 0.49% 0.33% -
HSV(B) 114.81º 0.65% 0.49% -
XYZ 8.96 15.27 4.76 -
YUV 92.64 99.98 97.59 -
System Red Green Blue C M Y K H S L
Decimal 50 124 43 0.60 0 0.65 0.51 114.81 0.49 0.33
Hex 32 7C 2B 3C 0 41 33 73 31 21
Octal 62 174 53 74 0 101 63 163 61 41
Binary 110010 1111100 101011 111100 0 1000001 110011 1110011 110001 100001

Color Harmonies of #327C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C2B

Black with #327C2B

Text Example


Text Example

White with #327C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,43); }

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

background-color css

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

 a { background-color: rgb(50,124,43); }

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

border-color css

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

 span { border-color: rgb(50,124,43); }

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