Html Css Color HEX #32723C Japanese Laurel

📋 copy color: '#32723C'

red 50 ◦ green 114 ◦ blue 60

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

Shades of Japanese Laurel #32723C

Tints of Japanese Laurel #32723C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.89%

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 22.32%
G = 50.89%
B = 26.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#32723C (or 0x32723C) is known color: Japanese Laurel. HEX triplet: 32, 72 and 3C. RGB value is (50,114,60). Sum of RGB (Red+Green+Blue) = 50+114+60=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #32723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32723C is #CD8DC3. Grayscale: #585858. Windows color (decimal): -13471172 or 3961394. OLE color: 3961394.

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

Color convert

RGB 50 114 60 -
CMYK 0.56 0 0.47 0.55
HSL 129.38º 0.39% 0.32% -
HSV(B) 129.38º 0.56% 0.45% -
XYZ 8.15 13.04 6.36 -
YUV 88.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 50 114 60 0.56 0 0.47 0.55 129.38 0.39 0.32
Hex 32 72 3C 38 0 2F 37 81 27 20
Octal 62 162 74 70 0 57 67 201 47 40
Binary 110010 1110010 111100 111000 0 101111 110111 10000001 100111 100000

Color Harmonies of #32723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32723C

Black with #32723C

Text Example


Text Example

White with #32723C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32723C; }

 p { color: rgb(50,114,60); }

 H1.HeaderClassName
 {
   color: #32723C;
 }
 .AnyTagClassName
 {
   color: #32723C;
 }
</style>

background-color css

<style>
 a { background-color: #32723C; }

 a { background-color: rgb(50,114,60); }

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

border-color css

<style>
 span { border-color: #32723C; }

 span { border-color: rgb(50,114,60); }

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