Html Css Color HEX #32863A Japanese Laurel

📋 copy color: '#32863A'

red 50 ◦ green 134 ◦ blue 58

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

Shades of Japanese Laurel #32863A

Tints of Japanese Laurel #32863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.37%

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

R = 20.66%
G = 55.37%
B = 23.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#32863A (or 0x32863A) is known color: Japanese Laurel. HEX triplet: 32, 86 and 3A. RGB value is (50,134,58). Sum of RGB (Red+Green+Blue) = 50+134+58=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #32863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32863A is #CD79C5. Grayscale: #646464. Windows color (decimal): -13466054 or 3835442. OLE color: 3835442.

HSL color Cylindrical-coordinate representation of color #32863A: hue angle of 125.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32863A is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 58 -
CMYK 0.63 0 0.57 0.47
HSL 125.71º 0.46% 0.36% -
HSV(B) 125.71º 0.63% 0.53% -
XYZ 10.6 18.03 6.92 -
YUV 100.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 50 134 58 0.63 0 0.57 0.47 125.71 0.46 0.36
Hex 32 86 3A 3F 0 39 2F 7E 2E 24
Octal 62 206 72 77 0 71 57 176 56 44
Binary 110010 10000110 111010 111111 0 111001 101111 1111110 101110 100100

Color Harmonies of #32863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32863A

Black with #32863A

Text Example


Text Example

White with #32863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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