Html Css Color HEX #32923D Japanese Laurel

📋 copy color: '#32923D'

red 50 ◦ green 146 ◦ blue 61

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

Shades of Japanese Laurel #32923D

Tints of Japanese Laurel #32923D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.81%

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 19.46%
G = 56.81%
B = 23.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#32923D (or 0x32923D) is known color: Japanese Laurel. HEX triplet: 32, 92 and 3D. RGB value is (50,146,61). Sum of RGB (Red+Green+Blue) = 50+146+61=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #32923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32923D is #CD6DC2. Grayscale: #6B6B6B. Windows color (decimal): -13462979 or 4035122. OLE color: 4035122.

HSL color Cylindrical-coordinate representation of color #32923D: hue angle of 126.87º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32923D is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 61 -
CMYK 0.66 0 0.58 0.43
HSL 126.88º 0.49% 0.38% -
HSV(B) 126.88º 0.66% 0.57% -
XYZ 12.44 21.57 7.92 -
YUV 107.61 101.7 86.91 -
System Red Green Blue C M Y K H S L
Decimal 50 146 61 0.66 0 0.58 0.43 126.88 0.49 0.38
Hex 32 92 3D 42 0 3A 2B 7F 31 26
Octal 62 222 75 102 0 72 53 177 61 46
Binary 110010 10010010 111101 1000010 0 111010 101011 1111111 110001 100110

Color Harmonies of #32923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32923D

Black with #32923D

Text Example


Text Example

White with #32923D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32923D; }

 p { color: rgb(50,146,61); }

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

background-color css

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

 a { background-color: rgb(50,146,61); }

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

border-color css

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

 span { border-color: rgb(50,146,61); }

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