Html Css Color HEX #32733A Japanese Laurel

📋 copy color: '#32733A'

red 50 ◦ green 115 ◦ blue 58

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

Shades of Japanese Laurel #32733A

Tints of Japanese Laurel #32733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.57%

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

R = 22.42%
G = 51.57%
B = 26.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#32733A (or 0x32733A) is known color: Japanese Laurel. HEX triplet: 32, 73 and 3A. RGB value is (50,115,58). Sum of RGB (Red+Green+Blue) = 50+115+58=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #32733A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32733A is #CD8CC5. Grayscale: #595959. Windows color (decimal): -13470918 or 3830578. OLE color: 3830578.

HSL color Cylindrical-coordinate representation of color #32733A: hue angle of 127.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32733A is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 58 -
CMYK 0.57 0 0.50 0.55
HSL 127.38º 0.39% 0.32% -
HSV(B) 127.38º 0.57% 0.45% -
XYZ 8.21 13.25 6.13 -
YUV 89.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 50 115 58 0.57 0 0.50 0.55 127.38 0.39 0.32
Hex 32 73 3A 39 0 32 37 7F 27 20
Octal 62 163 72 71 0 62 67 177 47 40
Binary 110010 1110011 111010 111001 0 110010 110111 1111111 100111 100000

Color Harmonies of #32733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32733A

Black with #32733A

Text Example


Text Example

White with #32733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32733A; }

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

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

background-color css

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

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

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

border-color css

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

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

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