Html Css Color HEX #328334 Japanese Laurel

📋 copy color: '#328334'

red 50 ◦ green 131 ◦ blue 52

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

Shades of Japanese Laurel #328334

Tints of Japanese Laurel #328334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.22%

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 21.46%
G = 56.22%
B = 22.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#328334 (or 0x328334) is known color: Japanese Laurel. HEX triplet: 32, 83 and 34. RGB value is (50,131,52). Sum of RGB (Red+Green+Blue) = 50+131+52=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #328334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328334 is #CD7CCB. Grayscale: #626262. Windows color (decimal): -13466828 or 3441458. OLE color: 3441458.

HSL color Cylindrical-coordinate representation of color #328334: hue angle of 121.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328334 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 52 -
CMYK 0.62 0 0.60 0.49
HSL 121.48º 0.45% 0.35% -
HSV(B) 121.48º 0.62% 0.51% -
XYZ 10.05 17.16 6.03 -
YUV 97.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 50 131 52 0.62 0 0.60 0.49 121.48 0.45 0.35
Hex 32 83 34 3E 0 3C 31 79 2D 23
Octal 62 203 64 76 0 74 61 171 55 43
Binary 110010 10000011 110100 111110 0 111100 110001 1111001 101101 100011

Color Harmonies of #328334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328334

Black with #328334

Text Example


Text Example

White with #328334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328334; }

 p { color: rgb(50,131,52); }

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

background-color css

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

 a { background-color: rgb(50,131,52); }

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

border-color css

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

 span { border-color: rgb(50,131,52); }

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