Html Css Color HEX #32743E Japanese Laurel

📋 copy color: '#32743E'

red 50 ◦ green 116 ◦ blue 62

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

Shades of Japanese Laurel #32743E

Tints of Japanese Laurel #32743E

RGB

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

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

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

R = 21.93%
G = 50.88%
B = 27.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#32743E (or 0x32743E) is known color: Japanese Laurel. HEX triplet: 32, 74 and 3E. RGB value is (50,116,62). Sum of RGB (Red+Green+Blue) = 50+116+62=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #32743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32743E is #CD8BC1. Grayscale: #5A5A5A. Windows color (decimal): -13470658 or 4092978. OLE color: 4092978.

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

Color convert

RGB 50 116 62 -
CMYK 0.57 0 0.47 0.55
HSL 130.91º 0.4% 0.33% -
HSV(B) 130.91º 0.57% 0.45% -
XYZ 8.43 13.52 6.72 -
YUV 90.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 50 116 62 0.57 0 0.47 0.55 130.91 0.4 0.33
Hex 32 74 3E 39 0 2F 37 83 28 21
Octal 62 164 76 71 0 57 67 203 50 41
Binary 110010 1110100 111110 111001 0 101111 110111 10000011 101000 100001

Color Harmonies of #32743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32743E

Black with #32743E

Text Example


Text Example

White with #32743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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