Html Css Color HEX #32743B Japanese Laurel

📋 copy color: '#32743B'

red 50 ◦ green 116 ◦ blue 59

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

Shades of Japanese Laurel #32743B

Tints of Japanese Laurel #32743B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 22.22%
G = 51.56%
B = 26.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#32743B (or 0x32743B) is known color: Japanese Laurel. HEX triplet: 32, 74 and 3B. RGB value is (50,116,59). Sum of RGB (Red+Green+Blue) = 50+116+59=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #32743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32743B is #CD8BC4. Grayscale: #595959. Windows color (decimal): -13470661 or 3896370. OLE color: 3896370.

HSL color Cylindrical-coordinate representation of color #32743B: hue angle of 128.18º 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 #32743B is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 59 -
CMYK 0.57 0 0.49 0.55
HSL 128.18º 0.4% 0.33% -
HSV(B) 128.18º 0.57% 0.45% -
XYZ 8.35 13.48 6.3 -
YUV 89.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 50 116 59 0.57 0 0.49 0.55 128.18 0.4 0.33
Hex 32 74 3B 39 0 31 37 80 28 21
Octal 62 164 73 71 0 61 67 200 50 41
Binary 110010 1110100 111011 111001 0 110001 110111 10000000 101000 100001

Color Harmonies of #32743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32743B

Black with #32743B

Text Example


Text Example

White with #32743B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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