Html Css Color HEX #327E3A Japanese Laurel

📋 copy color: '#327E3A'

red 50 ◦ green 126 ◦ blue 58

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

Shades of Japanese Laurel #327E3A

Tints of Japanese Laurel #327E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.85%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 21.37%
G = 53.85%
B = 24.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#327E3A (or 0x327E3A) is known color: Japanese Laurel. HEX triplet: 32, 7E and 3A. RGB value is (50,126,58). Sum of RGB (Red+Green+Blue) = 50+126+58=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #327E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327E3A is #CD81C5. Grayscale: #5F5F5F. Windows color (decimal): -13468102 or 3833394. OLE color: 3833394.

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

Color convert

RGB 50 126 58 -
CMYK 0.60 0 0.54 0.51
HSL 126.32º 0.43% 0.35% -
HSV(B) 126.32º 0.6% 0.49% -
XYZ 9.54 15.91 6.57 -
YUV 95.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 50 126 58 0.60 0 0.54 0.51 126.32 0.43 0.35
Hex 32 7E 3A 3C 0 36 33 7E 2B 23
Octal 62 176 72 74 0 66 63 176 53 43
Binary 110010 1111110 111010 111100 0 110110 110011 1111110 101011 100011

Color Harmonies of #327E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E3A

Black with #327E3A

Text Example


Text Example

White with #327E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,126,58); }

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

background-color css

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

 a { background-color: rgb(50,126,58); }

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

border-color css

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

 span { border-color: rgb(50,126,58); }

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