Html Css Color HEX #328730 Japanese Laurel

📋 copy color: '#328730'

red 50 ◦ green 135 ◦ blue 48

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

Shades of Japanese Laurel #328730

Tints of Japanese Laurel #328730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.94%

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 21.46%
G = 57.94%
B = 20.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#328730 (or 0x328730) is known color: Japanese Laurel. HEX triplet: 32, 87 and 30. RGB value is (50,135,48). Sum of RGB (Red+Green+Blue) = 50+135+48=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #328730 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328730 is #CD78CF. Grayscale: #636363. Windows color (decimal): -13465808 or 3180338. OLE color: 3180338.

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

Color convert

RGB 50 135 48 -
CMYK 0.63 0 0.64 0.47
HSL 118.62º 0.48% 0.36% -
HSV(B) 118.62º 0.64% 0.53% -
XYZ 10.51 18.22 5.76 -
YUV 99.67 98.84 92.57 -
System Red Green Blue C M Y K H S L
Decimal 50 135 48 0.63 0 0.64 0.47 118.62 0.48 0.36
Hex 32 87 30 3F 0 40 2F 77 30 24
Octal 62 207 60 77 0 100 57 167 60 44
Binary 110010 10000111 110000 111111 0 1000000 101111 1110111 110000 100100

Color Harmonies of #328730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328730

Black with #328730

Text Example


Text Example

White with #328730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328730; }

 p { color: rgb(50,135,48); }

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

background-color css

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

 a { background-color: rgb(50,135,48); }

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

border-color css

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

 span { border-color: rgb(50,135,48); }

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