Html Css Color HEX #32943E Japanese Laurel

📋 copy color: '#32943E'

red 50 ◦ green 148 ◦ blue 62

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

Shades of Japanese Laurel #32943E

Tints of Japanese Laurel #32943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.92%

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 19.23%
G = 56.92%
B = 23.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#32943E (or 0x32943E) is known color: Japanese Laurel. HEX triplet: 32, 94 and 3E. RGB value is (50,148,62). Sum of RGB (Red+Green+Blue) = 50+148+62=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #32943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32943E is #CD6BC1. Grayscale: #6D6D6D. Windows color (decimal): -13462466 or 4101170. OLE color: 4101170.

HSL color Cylindrical-coordinate representation of color #32943E: hue angle of 127.35º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32943E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 62 -
CMYK 0.66 0 0.58 0.42
HSL 127.35º 0.49% 0.39% -
HSV(B) 127.35º 0.66% 0.58% -
XYZ 12.77 22.21 8.17 -
YUV 108.89 101.53 85.99 -
System Red Green Blue C M Y K H S L
Decimal 50 148 62 0.66 0 0.58 0.42 127.35 0.49 0.39
Hex 32 94 3E 42 0 3A 2A 7F 31 27
Octal 62 224 76 102 0 72 52 177 61 47
Binary 110010 10010100 111110 1000010 0 111010 101010 1111111 110001 100111

Color Harmonies of #32943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32943E

Black with #32943E

Text Example


Text Example

White with #32943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32943E; }

 p { color: rgb(50,148,62); }

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

background-color css

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

 a { background-color: rgb(50,148,62); }

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

border-color css

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

 span { border-color: rgb(50,148,62); }

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