Html Css Color HEX #32743F Japanese Laurel

📋 copy color: '#32743F'

red 50 ◦ green 116 ◦ blue 63

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

Shades of Japanese Laurel #32743F

Tints of Japanese Laurel #32743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.66%

 BLUE value IS 63 (25% from 255) = 27.51%

R = 21.83%
G = 50.66%
B = 27.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#32743F (or 0x32743F) is known color: Japanese Laurel. HEX triplet: 32, 74 and 3F. RGB value is (50,116,63). Sum of RGB (Red+Green+Blue) = 50+116+63=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #32743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32743F is #CD8BC0. Grayscale: #5A5A5A. Windows color (decimal): -13470657 or 4158514. OLE color: 4158514.

HSL color Cylindrical-coordinate representation of color #32743F: hue angle of 131.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32743F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 63 -
CMYK 0.57 0 0.46 0.55
HSL 131.82º 0.4% 0.33% -
HSV(B) 131.82º 0.57% 0.45% -
XYZ 8.46 13.53 6.87 -
YUV 90.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 50 116 63 0.57 0 0.46 0.55 131.82 0.4 0.33
Hex 32 74 3F 39 0 2E 37 84 28 21
Octal 62 164 77 71 0 56 67 204 50 41
Binary 110010 1110100 111111 111001 0 101110 110111 10000100 101000 100001

Color Harmonies of #32743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32743F

Black with #32743F

Text Example


Text Example

White with #32743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32743F; }

 p { color: rgb(50,116,63); }

 H1.HeaderClassName
 {
   color: #32743F;
 }
 .AnyTagClassName
 {
   color: #32743F;
 }
</style>

background-color css

<style>
 a { background-color: #32743F; }

 a { background-color: rgb(50,116,63); }

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

border-color css

<style>
 span { border-color: #32743F; }

 span { border-color: rgb(50,116,63); }

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